Skip to content

Commit 944c9be

Browse files
committed
Fix E402: move schema_object import to top of file
1 parent 3da69fd commit 944c9be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
DataJointError,
2222
)
2323

24-
from . import schema, schema_advanced, schema_external, schema_simple
24+
from . import schema, schema_advanced, schema_external, schema_object, schema_simple
2525
from . import schema_uuid as schema_uuid_module
2626
from . import schema_type_aliases as schema_type_aliases_module
2727

@@ -906,7 +906,6 @@ def trash(schema_any):
906906

907907

908908
# Object storage fixtures
909-
from . import schema_object
910909

911910

912911
@pytest.fixture

0 commit comments

Comments
 (0)