We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12606f2 commit f54cd5cCopy full SHA for f54cd5c
datajoint/table.py
@@ -15,7 +15,7 @@
15
from .condition import make_condition
16
from .expression import QueryExpression
17
from . import blob
18
-from .utils import user_choice, get_master
+from .utils import user_choice, get_master, is_camel_case
19
from .heading import Heading
20
from .errors import (
21
DuplicateError,
0 commit comments