Skip to content

Commit 88fd270

Browse files
committed
more formatting
1 parent 93ce390 commit 88fd270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ def test_model_run(client, configured_project_with_label, rand_gen):
3434
fetch_model_run = client.get_model_run(model_run.uid)
3535
assert fetch_model_run == model_run
3636

37+
3738
def test_model_run_no_config(rand_gen, model):
3839
name = rand_gen(str)
3940
model_run = model.create_model_run(name)
4041
assert model_run.name == name
4142

43+
4244
def test_model_run_delete(client, model_run):
4345
models_before = list(client.get_models())
4446
model_before = models_before[0]

0 commit comments

Comments
 (0)