Skip to content

Commit 1aaa7e8

Browse files
author
Matt Sokoloff
committed
remove unused imports
1 parent 056b3fe commit 1aaa7e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from labelbox.orm.db_object import experimental
2-
from labelbox.schema.model_run import ModelRun
31
import time
42

53

@@ -86,7 +84,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
8684
assert len(labels) == 3
8785

8886

89-
def test_model_run_status(model_run_with_model_run_data_rows: ModelRun):
87+
def test_model_run_status(model_run_with_model_run_data_rows):
9088

9189
def get_model_run_status():
9290
return model_run_with_model_run_data_rows.client.execute(

0 commit comments

Comments
 (0)