Skip to content

Commit c562946

Browse files
lint fix
1 parent 24fe65d commit c562946

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

datajoint/schemas.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
import logging
33
import inspect
44
import re
5-
import itertools
6-
import collections
75
from .connection import conn
8-
from .diagram import Diagram, _get_tier
6+
from .diagram import Diagram
97
from .settings import config
108
from .errors import DataJointError, AccessError
119
from .jobs import JobTable
1210
from .external import ExternalMapping
1311
from .heading import Heading
1412
from .utils import user_choice, to_camel_case
1513
from .user_tables import Part, Computed, Imported, Manual, Lookup
16-
from .table import lookup_class_name, Log, FreeTable
14+
from .table import lookup_class_name, Log
1715
import types
1816

1917
logger = logging.getLogger(__name__.split(".")[0])

0 commit comments

Comments
 (0)