Skip to content

Commit fb30136

Browse files
Update datajoint/blob.py
Co-authored-by: Raphael Guzman <38401847+guzman-raphael@users.noreply.github.com>
1 parent 08730cf commit fb30136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)