Skip to content

Commit 975abd5

Browse files
committed
doc string update
1 parent b88fb1b commit 975abd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def configured_project_with_label(client, rand_gen, image_url, project, dataset,
256256
Tool(tool=Tool.Type.BBOX, name="test-bbox-class"),
257257
])
258258
project.setup(editor, ontology_builder.asdict())
259-
#TODO: added to avoid index error. remove sleep when api is more consistent
259+
#TODO: ontology may not be synchronous after setup. remove sleep when api is more consistent
260260
time.sleep(2)
261261

262262
ontology = ontology_builder.from_project(project)

0 commit comments

Comments
 (0)