We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3764bb0 commit 05565edCopy full SHA for 05565ed
1 file changed
Lib/argparse.py
@@ -83,7 +83,6 @@
83
]
84
85
86
-import collections as _collections
87
import os as _os
88
import re as _re
89
import sys as _sys
@@ -1084,7 +1083,7 @@ def __init__(self,
1084
1083
1085
self._prog_prefix = prog
1086
self._parser_class = parser_class
1087
- self._name_parser_map = _collections.OrderedDict()
+ self._name_parser_map = {}
1088
self._choices_actions = []
1089
1090
super(_SubParsersAction, self).__init__(
0 commit comments