Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and nivi-apple committed Aug 28, 2024
1 parent 4cac87e commit 63fba7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_TSTAT_4_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63fba7b

Please sign in to comment.