Skip to content

Commit 1dc4bb3

Browse files
committed
Ran yapf linter
1 parent 79337ba commit 1dc4bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_ontology.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ def test_ontology_create_read(client, rand_gen):
6262
}
6363
feature_schema = client.create_feature_schema(feature_schema_cat_normalized)
6464
created_ontology = client.create_ontology_from_feature_schemas(
65-
name=ontology_name, feature_schema_ids=[feature_schema.uid], media_type=MediaType.Image)
65+
name=ontology_name,
66+
feature_schema_ids=[feature_schema.uid],
67+
media_type=MediaType.Image)
6668
tool_normalized = created_ontology.normalized['tools'][0]
6769
for k, v in feature_schema_cat_normalized.items():
6870
assert tool_normalized[k] == v

0 commit comments

Comments
 (0)