Skip to content

Commit c92f117

Browse files
committed
additional warn
1 parent ac08fb7 commit c92f117

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

labelbox/data/annotation_types/collection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ def _assign_ids(label: Label):
197197
label.assign_feature_schema_ids(ontology_builder)
198198
return label
199199

200+
warnings.warn("This method is deprecated and will be "
201+
"removed in a future release. Feature schema ids"
202+
" are no longer required for importing.")
200203
self._fns['assign_feature_schema_ids'] = _assign_ids
201204
return self
202205

0 commit comments

Comments
 (0)