We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00994b commit 08730cfCopy full SHA for 08730cf
datajoint/condition.py
@@ -1,7 +1,7 @@
1
""" methods for generating SQL WHERE clauses from datajoint restriction conditions """
2
3
import inspect
4
-import collections
+import collections.abc
5
import re
6
import uuid
7
import datetime
datajoint/settings.py
@@ -7,6 +7,7 @@
import pprint
8
import logging
9
import collections
10
11
from enum import Enum
12
from .errors import DataJointError
13
datajoint/table.py
@@ -1,4 +1,4 @@
import itertools
import platform
0 commit comments