mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
black style tweaks: add trailing commas
This commit is contained in:

committed by
Erik Sundell

parent
962a630f53
commit
411663b5d4
@@ -10,7 +10,8 @@ def test_inkscape(container):
|
||||
"""Inkscape shall be installed to be able to convert SVG files."""
|
||||
LOGGER.info("Test that inkscape is working by printing its version ...")
|
||||
c = container.run(
|
||||
tty=True, command=["start.sh", "bash", "-c", "inkscape --version"]
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", "inkscape --version"],
|
||||
)
|
||||
c.wait(timeout=10)
|
||||
logs = c.logs(stdout=True).decode("utf-8")
|
||||
|
Reference in New Issue
Block a user