From c77cd3f32f1a7cf8876c26ca3cb8f0448124202f Mon Sep 17 00:00:00 2001 From: MatthiasHauthDeltares Date: Thu, 28 Nov 2024 09:14:34 +0000 Subject: [PATCH] chore: autoformat isort & black --- tests/runners/test_analysis_runner_factory.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/runners/test_analysis_runner_factory.py b/tests/runners/test_analysis_runner_factory.py index 33bd14c61..5ec4b9310 100644 --- a/tests/runners/test_analysis_runner_factory.py +++ b/tests/runners/test_analysis_runner_factory.py @@ -34,9 +34,7 @@ def test_get_runner_with_many_supported_runners_returns_analysis_runner_instance _config_wrapper = DummyRa2ceInput() _config_wrapper.analysis_config.config_data = AnalysisConfigData( analyses=[ - AnalysisSectionDamages( - analysis=AnalysisDamagesEnum.DAMAGES - ), + AnalysisSectionDamages(analysis=AnalysisDamagesEnum.DAMAGES), AnalysisSectionLosses( analysis=AnalysisLossesEnum.SINGLE_LINK_REDUNDANCY ),