We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056b3fe commit 1aaa7e8Copy full SHA for 1aaa7e8
tests/integration/annotation_import/test_model_run.py
@@ -1,5 +1,3 @@
1
-from labelbox.orm.db_object import experimental
2
-from labelbox.schema.model_run import ModelRun
3
import time
4
5
@@ -86,7 +84,7 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
86
84
assert len(labels) == 3
87
85
88
89
-def test_model_run_status(model_run_with_model_run_data_rows: ModelRun):
+def test_model_run_status(model_run_with_model_run_data_rows):
90
91
def get_model_run_status():
92
return model_run_with_model_run_data_rows.client.execute(
0 commit comments