Skip to content

Commit 28ca7ac

Browse files
author
Matt Sokoloff
committed
format
1 parent 8ae1b43 commit 28ca7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/annotation_import/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ def model_run(rand_gen, model):
327327

328328
@pytest.fixture
329329
def model_run_with_model_run_data_rows(client, configured_project,
330-
annotation_submit_fn, model_run_predictions,
331-
model_run):
330+
annotation_submit_fn,
331+
model_run_predictions, model_run):
332332
configured_project.enable_model_assisted_labeling()
333333

334334
upload_task = MALPredictionImport.create_from_objects(

0 commit comments

Comments
 (0)