Skip to content

Commit f54cd5c

Browse files
committed
Fix import error
1 parent 12606f2 commit f54cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .condition import make_condition
1616
from .expression import QueryExpression
1717
from . import blob
18-
from .utils import user_choice, get_master
18+
from .utils import user_choice, get_master, is_camel_case
1919
from .heading import Heading
2020
from .errors import (
2121
DuplicateError,

0 commit comments

Comments
 (0)