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 ac08fb7 commit c92f117Copy full SHA for c92f117
labelbox/data/annotation_types/collection.py
@@ -197,6 +197,9 @@ def _assign_ids(label: Label):
197
label.assign_feature_schema_ids(ontology_builder)
198
return label
199
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.")
203
self._fns['assign_feature_schema_ids'] = _assign_ids
204
return self
205
0 commit comments