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 8e62e62 commit d714e52Copy full SHA for d714e52
labelbox/schema/annotation_import.py
@@ -14,8 +14,7 @@
14
from labelbox.orm import query
15
from labelbox.orm.db_object import DbObject
16
from labelbox.orm.model import Field, Relationship
17
-from labelbox.schema.annotation_import_validators import \
18
- LabelsConfidencePresenceChecker
+from labelbox.schema.confidence_presence_checker import LabelsConfidencePresenceChecker
19
from labelbox.schema.enums import AnnotationImportState
20
21
NDJSON_MIME_TYPE = "application/x-ndjson"
0 commit comments