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 5e349dc commit 4f68eb2Copy full SHA for 4f68eb2
cmd2.py
@@ -56,7 +56,7 @@
56
# Collection is a container that is sizable and iterable
57
# It was introduced in Python 3.6. We will try to import it, otherwise use our implementation
58
try:
59
- from collections.abc import Collection
+ from collections.abc import Collection, Iterable
60
except ImportError:
61
62
if six.PY3:
0 commit comments