Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 12, 2023
1 parent e8ec9ff commit f2398da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dvc/commands/repro.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ def add_arguments(repro_parser):
"--allow-missing",
action="store_true",
default=False,
help=(
"Skip stages with missing data but no other changes."
),
help=("Skip stages with missing data but no other changes."),
)
repro_parser.add_argument(
"--dry",
Expand Down

0 comments on commit f2398da

Please sign in to comment.