black style tweaks: manually added commas etc to tweak formatting

This commit is contained in:
Erik Sundell
2021-06-28 13:03:40 +02:00
committed by Erik Sundell
parent fe3968efe0
commit a582c24e19
6 changed files with 28 additions and 21 deletions

View File

@@ -20,7 +20,10 @@ MARKDOWN_LINE_BREAK = "<br />"
def append_build_history_line(
short_image_name: str, owner: str, wiki_path: str, all_tags: List[str]
short_image_name: str,
owner: str,
wiki_path: str,
all_tags: List[str],
) -> None:
logger.info("Appending build history line")