mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 03:52: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
@@ -97,7 +97,10 @@ def container(docker_client, image_name):
|
||||
Yields the container instance and kills it when the caller is done with it.
|
||||
"""
|
||||
container = TrackedContainer(
|
||||
docker_client, image_name, detach=True, ports={"8888/tcp": 8888}
|
||||
docker_client,
|
||||
image_name,
|
||||
detach=True,
|
||||
ports={"8888/tcp": 8888},
|
||||
)
|
||||
yield container
|
||||
container.remove()
|
||||
|
Reference in New Issue
Block a user