Skip to content

Commit 1b2b75e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" methods for generating SQL WHERE clauses from datajoint restriction conditions """
22

33
import inspect
4-
import collections.abc
4+
import collections
55
import re
66
import uuid
77
import datetime

0 commit comments

Comments
 (0)