Use relative imports
This commit is contained in:
parent
d656ce24ec
commit
39cba66743
1 changed files with 6 additions and 7 deletions
|
|
@ -1,12 +1,11 @@
|
|||
from flask import abort, url_for
|
||||
|
||||
from openflexure_microscope.common.flask_labthings.decorators import marshal_with
|
||||
from openflexure_microscope.common.flask_labthings.resource import Resource
|
||||
from openflexure_microscope.common.flask_labthings.schema import Schema
|
||||
from openflexure_microscope.common.flask_labthings import fields
|
||||
from openflexure_microscope.common.flask_labthings.utilities import (
|
||||
description_from_view,
|
||||
)
|
||||
from ..decorators import marshal_with
|
||||
from ..resource import Resource
|
||||
from ..schema import Schema
|
||||
from .. import fields
|
||||
from ..utilities import description_from_view
|
||||
from ..spec import update_spec
|
||||
|
||||
from openflexure_microscope.common.labthings_core import tasks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue