We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d8a22 commit 61db015Copy full SHA for 61db015
src/datajoint/__init__.py
@@ -50,6 +50,7 @@
50
"list_types",
51
"AttributeAdapter", # Deprecated, use AttributeType
52
"errors",
53
+ "migrate",
54
"DataJointError",
55
"key",
56
"key_hash",
src/datajoint/migrate.py
@@ -15,7 +15,6 @@
15
from .errors import DataJointError
16
17
if TYPE_CHECKING:
18
- from .connection import Connection
19
from .schemas import Schema
20
21
logger = logging.getLogger(__name__.split(".")[0])
0 commit comments