mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Merge pull request #156 from YunoHost/actions/black
Format Python code with Black
This commit is contained in:
commit
1d161411ce
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue