Skip to content

Commit 917a01e

Browse files
author
Matt Sokoloff
committed
docstring update
1 parent e563ab6 commit 917a01e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

labelbox/schema/annotation_import.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121

2222

2323
class AnnotationImport(DbObject):
24-
# This class replaces BulkImportRequest
24+
# This class will replace BulkImportRequest.
25+
# Currently this exists for the MEA beta.
26+
# Use BulkImportRequest for now if you are not using MEA.
27+
2528
id_name: str
2629
import_type: ImportType
2730

0 commit comments

Comments
 (0)