From 71efd733dfea8fe1262ea96bcee8f13dd8e159b7 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 5 Jan 2020 14:06:43 -0800 Subject: black formatting --- isort/main.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/isort/main.py b/isort/main.py index 2dab21ae..18c4d164 100644 --- a/isort/main.py +++ b/isort/main.py @@ -449,8 +449,13 @@ def parse_args(argv: Optional[Sequence[str]] = None) -> Dict[str, Any]: action="store_true", help="Use parenthesis for line continuation on length limit instead of slashes.", ) - parser.add_argument("-V", "--version", action="store_true", dest="show_version", - help="Displays the currently installed version of isort.") + parser.add_argument( + "-V", + "--version", + action="store_true", + dest="show_version", + help="Displays the currently installed version of isort.", + ) parser.add_argument( "-v", "--verbose", -- cgit v1.2.1