From af65424d9e1ae46fc2dffe5025db88460ec4c8cb Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 23 Aug 2024 09:24:43 +0100 Subject: [PATCH] rebase to main --- app/import_config/load_form_json.py | 2 +- tests/{test_config_generators.py => test_config_export.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{test_config_generators.py => test_config_export.py} (100%) diff --git a/app/import_config/load_form_json.py b/app/import_config/load_form_json.py index 4228fb60..ea369e78 100644 --- a/app/import_config/load_form_json.py +++ b/app/import_config/load_form_json.py @@ -7,7 +7,7 @@ sys.path.insert(1, ".") from dataclasses import asdict # noqa:E402 -from app.app import app # noqa:E402 +from app.create_app import app # noqa:E402 from app.db import db # noqa:E402 from app.db.models import Component # noqa:E402 from app.db.models import ComponentType # noqa:E402 diff --git a/tests/test_config_generators.py b/tests/test_config_export.py similarity index 100% rename from tests/test_config_generators.py rename to tests/test_config_export.py