Skip to content

Commit c173356

Browse files
committed
Remove unused blob imports from fetch.py and table.py
1 parent 78e0d1d commit c173356

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/datajoint/fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from datajoint.condition import Top
1212

13-
from . import blob, hash
13+
from . import hash
1414
from .errors import DataJointError
1515
from .settings import config
1616
from .utils import safe_write

src/datajoint/table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import numpy as np
1313
import pandas
1414

15-
from . import blob
1615
from .condition import make_condition
1716
from .declare import alter, declare
1817
from .errors import (

0 commit comments

Comments
 (0)