Skip to content

Commit 48f7392

Browse files
committed
Swapped order of args
1 parent 519d2bc commit 48f7392

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
@@ -1393,8 +1393,8 @@ def get_catalog_slice(self, slice_id) -> CatalogSlice:
13931393
res = self.execute(query_str, {'id': slice_id})
13941394
return Entity.CatalogSlice(self, res['getSavedQuery'])
13951395

1396-
def is_feature_schema_archived(self, feature_schema_id: str,
1397-
ontology_id: str) -> bool:
1396+
def is_feature_schema_archived(self, ontology_id: str,
1397+
feature_schema_id: str) -> bool:
13981398
"""
13991399
Returns true if a feature schema is archived in the specified ontology, returns false otherwise.
14001400

0 commit comments

Comments
 (0)