Removed some unused imports
This commit is contained in:
parent
dfdd1412f8
commit
1ccdad8a86
1 changed files with 0 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
import numpy as np
|
|
||||||
import itertools
|
import itertools
|
||||||
import logging
|
import logging
|
||||||
import uuid
|
import uuid
|
||||||
|
|
@ -19,13 +18,9 @@ from openflexure_microscope.common.flask_labthings.decorators import (
|
||||||
from openflexure_microscope.common.flask_labthings import fields
|
from openflexure_microscope.common.flask_labthings import fields
|
||||||
|
|
||||||
from openflexure_microscope.devel import (
|
from openflexure_microscope.devel import (
|
||||||
JsonResponse,
|
|
||||||
request,
|
|
||||||
jsonify,
|
|
||||||
taskify,
|
taskify,
|
||||||
abort,
|
abort,
|
||||||
update_task_progress,
|
update_task_progress,
|
||||||
update_task_data,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
from openflexure_microscope.common.flask_labthings.resource import Resource
|
from openflexure_microscope.common.flask_labthings.resource import Resource
|
||||||
|
|
@ -368,7 +363,6 @@ class TileScanAPI(Resource):
|
||||||
)
|
)
|
||||||
@marshal_with(TaskSchema())
|
@marshal_with(TaskSchema())
|
||||||
def post(self, args):
|
def post(self, args):
|
||||||
payload = JsonResponse(request)
|
|
||||||
microscope = find_device("openflexure_microscope")
|
microscope = find_device("openflexure_microscope")
|
||||||
|
|
||||||
if not microscope:
|
if not microscope:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue