We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e0d1d commit c173356Copy full SHA for c173356
src/datajoint/fetch.py
@@ -10,7 +10,7 @@
10
11
from datajoint.condition import Top
12
13
-from . import blob, hash
+from . import hash
14
from .errors import DataJointError
15
from .settings import config
16
from .utils import safe_write
src/datajoint/table.py
@@ -12,7 +12,6 @@
import numpy as np
import pandas
-from . import blob
from .condition import make_condition
17
from .declare import alter, declare
18
from .errors import (
0 commit comments