Skip to content

Commit 14bca3e

Browse files
author
Kevin Kim
committed
Remove print
1 parent db719ff commit 14bca3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/annotation_import/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ def model_run_with_model_run_data_rows(client, configured_project,
657657
) == 0, f"Label Import {upload_task.name} failed with errors {upload_task.errors}"
658658
labels = wait_for_label_processing(configured_project)
659659
label_ids = [label.uid for label in labels]
660-
print(label_ids)
661660
model_run.upsert_labels(label_ids)
662661
time.sleep(3)
663662
yield model_run

0 commit comments

Comments
 (0)