We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc0c5c commit 409c552Copy full SHA for 409c552
libs/labelbox/tests/data/annotation_import/test_ndjson_validation.py
@@ -1,21 +1,8 @@
1
-from labelbox.schema.media_type import MediaType
2
import pytest
3
-
4
-from pytest_cases import parametrize, fixture_ref
+from pytest_cases import fixture_ref, parametrize
5
6
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
-)
+from labelbox.schema.media_type import MediaType
19
20
"""
21
- These NDlabels are apart of bulkImportReqeust and should be removed once bulk import request is removed
0 commit comments