Skip to content

Commit

Permalink
Fix small formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 29, 2020
1 parent 0b26361 commit 1bf93c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def _build_arg_parser() -> argparse.ArgumentParser:
dest="filter_files",
action="store_true",
help="Tells isort to filter files even when they are explicitly passed in as "
"part of the CLI command."
"part of the CLI command.",
)
parser.add_argument(
"files", nargs="*", help="One or more Python source files that need their imports sorted."
Expand Down

0 comments on commit 1bf93c7

Please sign in to comment.