Skip to content

Commit 409c552

Browse files
author
Val Brodsky
committed
Fix merge issues
1 parent 8dc0c5c commit 409c552

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1-
from labelbox.schema.media_type import MediaType
21
import pytest
3-
4-
from pytest_cases import parametrize, fixture_ref
2+
from pytest_cases import fixture_ref, parametrize
53

64
from labelbox.exceptions import MALValidationError
7-
from labelbox.schema.bulk_import_request import (
8-
NDChecklist,
9-
NDClassification,
10-
NDMask,
11-
NDPolygon,
12-
NDPolyline,
13-
NDRectangle,
14-
NDText,
15-
NDTextEntity,
16-
NDTool,
17-
_validate_ndjson,
18-
)
5+
from labelbox.schema.media_type import MediaType
196

207
"""
218
- These NDlabels are apart of bulkImportReqeust and should be removed once bulk import request is removed

0 commit comments

Comments
 (0)