Skip to content

Commit 285962c

Browse files
committed
Ran yapf formatter
1 parent f03fe04 commit 285962c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,8 @@ 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_feature_schema_node(
1400-
self, ontology_id: str, root_feature_schema_id: str) -> bool:
1399+
def unarchive_feature_schema_node(self, ontology_id: str,
1400+
root_feature_schema_id: str) -> bool:
14011401
"""
14021402
Returns true if the root feature schema node was successfully unarchived, false otherwise
14031403
Args:

0 commit comments

Comments
 (0)