Skip to content

Commit 4217275

Browse files
author
Ryan Patrick Kyle
committed
🐫 remove repetitive reorder_props call
1 parent 806437f commit 4217275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dash/development/_r_components_generation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@ def write_help_file(name, props, description, prefix):
305305
default_argtext = ''
306306
item_text = ''
307307

308-
# Ensure props are ordered with children first
309-
props = reorder_props(props=props)
310-
311308
prop_keys = list(props.keys())
312309

313310
has_wildcards = any('-*' in key for key in prop_keys)

0 commit comments

Comments
 (0)