You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed duplicate subparser name in test_add_parser_custom_completer
If I'm not mistaken, the use of the same name for both subparsers was
not intentional but a typo. In Python 3.11, this is an error and causes
the test to fail.
Fixes#1228
0 commit comments