python: Reformat some files to keep style-check-diff happy

The version of `black` on the CI server wanted these changes. Make them
to keep the `style-check-diff` CI job from constantly failing.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2020-12-11 12:45:49 +00:00
parent a4be8577ed
commit 39f33412db
3 changed files with 4 additions and 8 deletions

View File

@@ -225,7 +225,7 @@ file-tail
# Known substitutions for generated filenames.
result.subs.update(
{"filename": h_file.name, "basename": os.path.basename(h_file.name),}
{"filename": h_file.name, "basename": os.path.basename(h_file.name)}
)
return result