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 8ae1b43 commit 28ca7acCopy full SHA for 28ca7ac
tests/integration/annotation_import/conftest.py
@@ -327,8 +327,8 @@ def model_run(rand_gen, model):
327
328
@pytest.fixture
329
def model_run_with_model_run_data_rows(client, configured_project,
330
- annotation_submit_fn, model_run_predictions,
331
- model_run):
+ annotation_submit_fn,
+ model_run_predictions, model_run):
332
configured_project.enable_model_assisted_labeling()
333
334
upload_task = MALPredictionImport.create_from_objects(
0 commit comments