Skip to content

Commit 58ac47b

Browse files
author
Kevin Kim
committed
Remove parens
1 parent 3dfa96d commit 58ac47b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def create_label():
335335
upload_task = LabelImport.create_from_objects(
336336
client, project.uid, f'label-import-{uuid.uuid4()}', predictions)
337337
upload_task.wait_until_done(sleep_time_seconds=5)
338-
breakpoint
339338
assert upload_task.state == AnnotationImportState.FINISHED
340339

341340
project.create_label = create_label

0 commit comments

Comments
 (0)