@@ -24,7 +24,7 @@ def test_create_from_url(client, model_run_with_model_run_data_rows,
2424 modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
2525 id
2626 }}""" , {"model_run_id" : annotation_import .parent_id
27- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
27+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
2828 client .execute (
2929 """mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
3030 deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
@@ -49,7 +49,7 @@ def test_create_from_objects(client, model_run_with_model_run_data_rows,
4949 modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
5050 id
5151 }}""" , {"model_run_id" : annotation_import .parent_id
52- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
52+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
5353 client .execute (
5454 """mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
5555 deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
@@ -79,7 +79,7 @@ def test_create_from_local_file(client, tmp_path,
7979 modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
8080 id
8181 }}""" , {"model_run_id" : annotation_import .parent_id
82- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
82+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
8383 client .execute (
8484 """mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
8585 deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
@@ -105,7 +105,7 @@ def test_get(client, model_run_with_model_run_data_rows,
105105 modelErrorAnalysisPredictionImports(where: {modelRunId: $model_run_id}) {
106106 id
107107 }}""" , {"model_run_id" : annotation_import .parent_id
108- })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
108+ })['modelErrorAnalysisPredictionImports' ][0 ]['id' ]
109109 client .execute (
110110 """mutation deleteModelErrorAnalysisPredictionImportPyApi($import_id: ID!) {
111111 deleteModelErrorAnalysisPredictionImport(where: {id: $import_id}) {
0 commit comments