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 f03fe04 commit 285962cCopy full SHA for 285962c
labelbox/client.py
@@ -1396,8 +1396,8 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
1396
res = self.execute(query_str, {'id': slice_id})
1397
return Entity.CatalogSlice(self, res['getSavedQuery'])
1398
1399
- def unarchive_feature_schema_node(
1400
- self, ontology_id: str, root_feature_schema_id: str) -> bool:
+ def unarchive_feature_schema_node(self, ontology_id: str,
+ root_feature_schema_id: str) -> bool:
1401
"""
1402
Returns true if the root feature schema node was successfully unarchived, false otherwise
1403
Args:
0 commit comments