mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
black style tweaks: manually added commas etc to tweak formatting
This commit is contained in:

committed by
Erik Sundell

parent
fe3968efe0
commit
a582c24e19
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user