Skip to content

Commit fb30136

Browse files
Update datajoint/blob.py
Co-authored-by: Raphael Guzman <[email protected]>
1 parent 08730cf commit fb30136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/blob.py

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

66
import zlib
77
from itertools import repeat
8-
import collections.abc
8+
import collections
99
from decimal import Decimal
1010
import datetime
1111
import uuid

0 commit comments

Comments
 (0)