Skip to content

Commit 1d16141

Browse files
authored
Merge pull request #156 from YunoHost/actions/black
Format Python code with Black
2 parents 3e0ecba + 1d1a77f commit 1d16141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package_linter.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2871,7 +2871,9 @@ def FIXMEs(self):
28712871
if os.system(removeme) == 0:
28722872
yield Warning("There are still some REMOVEME? flags to be taken care of")
28732873
if os.system(fixme) == 0:
2874-
yield Warning("There are still some FIXMEhelpers2.1 flags to be taken care of")
2874+
yield Warning(
2875+
"There are still some FIXMEhelpers2.1 flags to be taken care of"
2876+
)
28752877

28762878
@test()
28772879
def nginx_restart(self):

0 commit comments

Comments
 (0)