Skip to content

Commit 088cf6e

Browse files
committed
let black have its way
1 parent 2871c07 commit 088cf6e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

repo2docker/__main__.py

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,9 @@ def get_argparser():
177177

178178
argparser.add_argument("--target-repo-dir", help=Repo2Docker.target_repo_dir.help)
179179

180-
argparser.add_argument(
181-
"--appendix",
182-
type=str,
183-
help=Repo2Docker.appendix.help,
184-
)
180+
argparser.add_argument("--appendix", type=str, help=Repo2Docker.appendix.help)
185181

186-
argparser.add_argument(
187-
"--subdir",
188-
type=str,
189-
help=Repo2Docker.subdir.help,
190-
)
182+
argparser.add_argument("--subdir", type=str, help=Repo2Docker.subdir.help)
191183

192184
argparser.add_argument(
193185
"--version",
@@ -197,10 +189,7 @@ def get_argparser():
197189
)
198190

199191
argparser.add_argument(
200-
'--cache-from',
201-
action='append',
202-
default=[],
203-
help=Repo2Docker.cache_from.help,
192+
"--cache-from", action="append", default=[], help=Repo2Docker.cache_from.help
204193
)
205194

206195
return argparser

0 commit comments

Comments
 (0)