Skip to content

Commit b34b2d9

Browse files
committed
cleanup
1 parent 2c45ec7 commit b34b2d9

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
@@ -1600,7 +1600,7 @@ def unarchive_feature_schema_node(self, ontology_id: str,
16001600
unarchived = bool(response.json()['unarchived'])
16011601
if (unarchived == False):
16021602
raise labelbox.exceptions.LabelboxError(
1603-
"Failed unarchive the feature schema.", response.text)
1603+
"Failed unarchive the feature schema.")
16041604
return unarchived
16051605
else:
16061606
raise labelbox.exceptions.LabelboxError(

0 commit comments

Comments
 (0)