Skip to content

Commit 61db015

Browse files
committed
Fix ruff linter errors: add migrate to __all__, remove unused import
1 parent c8d8a22 commit 61db015

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/datajoint/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"list_types",
5151
"AttributeAdapter", # Deprecated, use AttributeType
5252
"errors",
53+
"migrate",
5354
"DataJointError",
5455
"key",
5556
"key_hash",

src/datajoint/migrate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from .errors import DataJointError
1616

1717
if TYPE_CHECKING:
18-
from .connection import Connection
1918
from .schemas import Schema
2019

2120
logger = logging.getLogger(__name__.split(".")[0])

0 commit comments

Comments
 (0)