Skip to content

Commit 1b2b75e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)