Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Mar 22, 2024
1 parent 12606f2 commit f54cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datajoint/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .condition import make_condition
from .expression import QueryExpression
from . import blob
from .utils import user_choice, get_master
from .utils import user_choice, get_master, is_camel_case
from .heading import Heading
from .errors import (
DuplicateError,
Expand Down

0 comments on commit f54cd5c

Please sign in to comment.