From 63fba7b6d32d8b047ad5655466d53d2c78c57396 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 28 Aug 2024 17:44:51 +0000 Subject: [PATCH] Restyled by autopep8 --- src/python_testing/TC_TSTAT_4_2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python_testing/TC_TSTAT_4_2.py b/src/python_testing/TC_TSTAT_4_2.py index dbe626ae4fc338..bac1ab0158d259 100644 --- a/src/python_testing/TC_TSTAT_4_2.py +++ b/src/python_testing/TC_TSTAT_4_2.py @@ -478,8 +478,8 @@ async def test_TC_TSTAT_4_2(self): foundMatchingScenario = False for presetType in presetTypes: if presetType.presetScenario == scenario: - foundMatchingScenario = True - break + foundMatchingScenario = True + break if foundMatchingScenario == False: scenarioNotPresent = scenario break