Commit 05565ed2 authored by Raymond Hettinger's avatar Raymond Hettinger Committed by GitHub

OrderedDict import is no longer needed (#4890)

parent 3764bb07
......@@ -83,7 +83,6 @@ __all__ = [
]
import collections as _collections
import os as _os
import re as _re
import sys as _sys
......@@ -1084,7 +1083,7 @@ class _SubParsersAction(Action):
self._prog_prefix = prog
self._parser_class = parser_class
self._name_parser_map = _collections.OrderedDict()
self._name_parser_map = {}
self._choices_actions = []
super(_SubParsersAction, self).__init__(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment