Merge pull request #156 from YunoHost/actions/black

Format Python code with Black
This commit is contained in:
Alexandre Aubin 2024-06-24 22:35:29 +02:00 committed by GitHub
commit 1d161411ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2871,7 +2871,9 @@ class Script(TestSuite):
if os.system(removeme) == 0:
yield Warning("There are still some REMOVEME? flags to be taken care of")
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()
def nginx_restart(self):