linting and typing fixes
This commit is contained in:
parent
b7c9d3b73b
commit
72f3c11fdd
7 changed files with 13 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .actions import enabled_root_actions
|
||||
from .camera import *
|
||||
from .captures import *
|
||||
from .docs import *
|
||||
from .instrument import *
|
||||
from .stage import *
|
||||
from .streams import *
|
||||
from .docs import *
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
from labthings.views import View
|
||||
from labthings import current_labthing
|
||||
from flask import Response
|
||||
from labthings import current_labthing
|
||||
from labthings.views import View
|
||||
|
||||
|
||||
class APISpecJSONView(View):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue