Skip to content

Commit

Permalink
💅 remove excesive parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr. Outis committed Jan 27, 2020
1 parent 10c0ff2 commit 9d14acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dvc/command/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ def add_parser(subparsers, parent_parser):
)
diff_parser.add_argument(
"--json",
help=("Format the output into a JSON"),
help="Format the output into a JSON",
action="store_true",
default=False,
)
diff_parser.add_argument(
"--checksums",
help=("Display checksums for each entry"),
help="Display checksums for each entry",
action="store_true",
default=False,
)
Expand Down

0 comments on commit 9d14acd

Please sign in to comment.