let black have its way

pull/517/head
Min RK 2019-09-07 13:34:07 +02:00
rodzic 2871c07cc0
commit 088cf6e308
1 zmienionych plików z 3 dodań i 14 usunięć

Wyświetl plik

@ -177,17 +177,9 @@ def get_argparser():
argparser.add_argument("--target-repo-dir", help=Repo2Docker.target_repo_dir.help)
argparser.add_argument(
"--appendix",
type=str,
help=Repo2Docker.appendix.help,
)
argparser.add_argument("--appendix", type=str, help=Repo2Docker.appendix.help)
argparser.add_argument(
"--subdir",
type=str,
help=Repo2Docker.subdir.help,
)
argparser.add_argument("--subdir", type=str, help=Repo2Docker.subdir.help)
argparser.add_argument(
"--version",
@ -197,10 +189,7 @@ def get_argparser():
)
argparser.add_argument(
'--cache-from',
action='append',
default=[],
help=Repo2Docker.cache_from.help,
"--cache-from", action="append", default=[], help=Repo2Docker.cache_from.help
)
return argparser