Code cleanup

This commit is contained in:
Joel Collins 2020-10-14 14:56:29 +00:00
parent 2bfb988460
commit 994e83dbeb
46 changed files with 261 additions and 318 deletions

View file

@ -1,9 +1,8 @@
from flask import Response
from labthings import find_component
from labthings.utilities import create_from_path, get_by_path, set_by_path
from labthings.views import PropertyView, View
from labthings.views import PropertyView
from openflexure_microscope.api.utilities import JsonResponse, gen
from openflexure_microscope.api.utilities import gen
class MjpegStream(PropertyView):