Skip to content

Commit bdc2241

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d940706 commit bdc2241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DockerEngine(ContainerEngine):
8080
help="""
8181
Extra commandline arguments to pass to `docker buildx build` when building the image.
8282
""",
83-
help=True
83+
help=True,
8484
)
8585

8686
def __init__(self, *, parent):

0 commit comments

Comments
 (0)