Skip to content

Commit 5f46786

Browse files
author
Matt Sokoloff
committed
Merge branch 'develop' of https://github.com/Labelbox/labelbox-python into ms/custom-scalar-metrics
2 parents 46663f5 + 6970d60 commit 5f46786

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

labelbox/data/serialization/ndjson/label.py

Lines changed: 0 additions & 4 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,8 +16,6 @@
1816
from .classification import NDChecklistSubclass, NDClassification, NDClassificationType, NDRadioSubclass
1917
from .objects import NDObject, NDObjectType
2018

21-
logger = logging.getLogger(__name__)
22-
2319

2420
class NDLabel(BaseModel):
2521
annotations: List[Union[NDObjectType, NDClassificationType, NDScalarMetric]]

0 commit comments

Comments
 (0)