Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update datajoint/blob.py
Co-authored-by: Raphael Guzman <[email protected]>
  • Loading branch information
kabilar and guzman-raphael authored May 13, 2022
commit fb301369a0bfa9dfd364fac58730401bf0f6a019
2 changes: 1 addition & 1 deletion datajoint/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import zlib
from itertools import repeat
import collections.abc
import collections
from decimal import Decimal
import datetime
import uuid
Expand Down