Skip to content

Commit ca5b52e

Browse files
authored
remove unused imports
1 parent 4cb1780 commit ca5b52e

File tree

1 file changed

+0
-3
lines changed
  • labelbox/data/serialization/ndjson

1 file changed

+0
-3
lines changed

labelbox/data/serialization/ndjson/label.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import logging
21
from itertools import groupby
3-
from labelbox.data.annotation_types.classification.classification import Dropdown
42
from labelbox.data.annotation_types.metrics import ScalarMetric
53

64
from operator import itemgetter
@@ -18,7 +16,6 @@
1816
from .classification import NDChecklistSubclass, NDClassification, NDClassificationType, NDRadioSubclass
1917
from .objects import NDObject, NDObjectType
2018

21-
logger = logging.getLogger(__name__)
2219

2320

2421
class NDLabel(BaseModel):

0 commit comments

Comments
 (0)