Skip to content

Commit

Permalink
fix(create-cart-diagram): remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Dec 16, 2024
1 parent df4142e commit c069662
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions create-cart-diagram/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@
type=str,
required=False,
)
@parameter(
"add_choice_labels",
name="Add choice labels to links",
help="Add valid choice labels to relationship arrows instead of yes/no",
type=bool,
required=False,
default=False,
)
@parameter(
"add_node_id",
name="Add node indexes to mermaid shapes",
help="Add node indexes to mermaid shapes in addition to split rule",
type=bool,
required=False,
default=True,
)
@parameter(
"output_dir",
name="Output directory",
Expand Down

0 comments on commit c069662

Please sign in to comment.