🎨 Format Python code with Black

This commit is contained in:
alexAubin 2024-06-24 20:28:31 +00:00 committed by github-actions[bot]
parent 3e0ecba859
commit 1d1a77ff0b

View file

@ -2871,7 +2871,9 @@ class Script(TestSuite):
if os.system(removeme) == 0: if os.system(removeme) == 0:
yield Warning("There are still some REMOVEME? flags to be taken care of") yield Warning("There are still some REMOVEME? flags to be taken care of")
if os.system(fixme) == 0: if os.system(fixme) == 0:
yield Warning("There are still some FIXMEhelpers2.1 flags to be taken care of") yield Warning(
"There are still some FIXMEhelpers2.1 flags to be taken care of"
)
@test() @test()
def nginx_restart(self): def nginx_restart(self):