linting and typing fixes

This commit is contained in:
Richard 2021-07-19 20:29:13 +01:00
parent b7c9d3b73b
commit 72f3c11fdd
7 changed files with 13 additions and 10 deletions

View file

@ -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 *

View file

@ -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):