Skip to content

Commit

Permalink
import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Baji committed Dec 1, 2023
1 parent 8f09fe9 commit e27147f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import sys
import datajoint as dj
from packaging import version
import os
import pytest
import inspect
from . import PREFIX, schema, schema_simple, schema_advanced

namespace = locals()
Expand Down
1 change: 0 additions & 1 deletion tests/test_blob.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
import datajoint as dj
import timeit
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from datajoint import DataJointError
import numpy as np
from . import CONN_INFO_ROOT

from . import PREFIX
import pytest

Expand Down

0 comments on commit e27147f

Please sign in to comment.