Skip to content

Commit e2c061c

Browse files
committed
Removed unnecessary argument conversion.
1 parent dea8833 commit e2c061c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd2/argparse_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ def __init__(
747747
usage=usage,
748748
description=description, # type: ignore[arg-type]
749749
epilog=epilog, # type: ignore[arg-type]
750-
parents=parents or [],
750+
parents=parents,
751751
formatter_class=formatter_class,
752752
prefix_chars=prefix_chars,
753753
fromfile_prefix_chars=fromfile_prefix_chars,

0 commit comments

Comments
 (0)