Skip to content

Commit 2c0f994

Browse files
committed
Ran yapf formatter
1 parent 85f5b84 commit 2c0f994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,8 @@ def is_feature_schema_archived(self, ontology_id: str,
15871587
bool
15881588
"""
15891589

1590-
ontology_endpoint = self.rest_endpoint + "/ontologies/" + urllib.parse.quote(ontology_id)
1590+
ontology_endpoint = self.rest_endpoint + "/ontologies/" + urllib.parse.quote(
1591+
ontology_id)
15911592
response = requests.get(
15921593
ontology_endpoint,
15931594
headers=self.headers,

0 commit comments

Comments
 (0)