From 50a2bb4b860f23a3732ae5d468b2db668e33c012 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Tue, 1 Oct 2024 13:30:45 +0200 Subject: [PATCH] fix test that failed the CI --- tests/variantstudy/model/command/test_create_area.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/variantstudy/model/command/test_create_area.py b/tests/variantstudy/model/command/test_create_area.py index 49d17eb9ac..d6593a929b 100644 --- a/tests/variantstudy/model/command/test_create_area.py +++ b/tests/variantstudy/model/command/test_create_area.py @@ -15,6 +15,7 @@ import pytest +from antarest.study.storage.rawstudy.ini_reader import IniReader from antarest.study.storage.rawstudy.model.filesystem.config.model import EnrModelling, transform_name_to_id from antarest.study.storage.rawstudy.model.filesystem.factory import FileStudy from antarest.study.storage.variantstudy.business.command_reverter import CommandReverter @@ -23,7 +24,6 @@ from antarest.study.storage.variantstudy.model.command.remove_area import RemoveArea from antarest.study.storage.variantstudy.model.command.update_config import UpdateConfig from antarest.study.storage.variantstudy.model.command_context import CommandContext -from study.storage.rawstudy.ini_reader import IniReader class TestCreateArea: