Skip to content

Commit 7bbff07

Browse files
fhausmannskshetry
andauthored
Remove unnecessary dest in parser
Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
1 parent d9dcdf1 commit 7bbff07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dvc/commands/dag.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def add_parser(subparsers, parent_parser):
246246
"--collapse-foreach-matrix",
247247
action="store_true",
248248
default=False,
249-
dest="collapse_foreach_matrix",
250249
help="Collapse foreach/matrix stages to single stage.",
251250
)
252251
dag_parser.add_argument(

0 commit comments

Comments
 (0)