Skip to content

Commit 57bcf23

Browse files
committed
fix format
1 parent b185f89 commit 57bcf23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/labelbox/tests/integration/test_project_setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def test_project_connect_ontology_with_unknown_type(client, project, rand_gen):
9999
"""Test connecting ontology with unknown media type to a project"""
100100
# Create ontology with unknown media type
101101
unknown_type_ontology = client.create_ontology(
102-
f"test_unknown_type_{rand_gen(str)}",
103-
simple_ontology()
102+
f"test_unknown_type_{rand_gen(str)}", simple_ontology()
104103
)
105104

106105
# Test connecting ontology with unknown type

0 commit comments

Comments
 (0)