Skip to content

Commit a7e2eb7

Browse files
committed
removed bad imports
1 parent 5d3b679 commit a7e2eb7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libs/labelbox/src/labelbox/data/serialization/ndjson/converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from ...annotation_types.collection import LabelCollection
66
from .label import NDLabel
7-
import copy
87

98
logger = logging.getLogger(__name__)
109

libs/labelbox/tests/data/annotation_import/test_relationships.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import datetime
22
import labelbox as lb
33
from labelbox.client import Client
4-
from labelbox.data.serialization.ndjson.converter import NDJsonConverter
54
from labelbox.schema.enums import AnnotationImportState
65
from labelbox.schema.media_type import MediaType
76
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)