Skip to content

Commit f03fe04

Browse files
committed
updated function name
1 parent a761ab1 commit f03fe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
13961396
res = self.execute(query_str, {'id': slice_id})
13971397
return Entity.CatalogSlice(self, res['getSavedQuery'])
13981398

1399-
def unarchive_root_feature_schema_node(
1399+
def unarchive_feature_schema_node(
14001400
self, ontology_id: str, root_feature_schema_id: str) -> bool:
14011401
"""
14021402
Returns true if the root feature schema node was successfully unarchived, false otherwise

0 commit comments

Comments
 (0)