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 bfa08d8 commit 93ce390Copy full SHA for 93ce390
tests/integration/annotation_import/test_model_run.py
@@ -39,7 +39,6 @@ def test_model_run_no_config(rand_gen, model):
39
model_run = model.create_model_run(name)
40
assert model_run.name == name
41
42
-
43
def test_model_run_delete(client, model_run):
44
models_before = list(client.get_models())
45
model_before = models_before[0]
0 commit comments