Skip to content

Commit 4758750

Browse files
committed
Remove unused import.
1 parent 014428b commit 4758750

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/collections/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
else:
4646
_collections_abc.MutableSequence.register(deque)
4747

48-
try:
49-
from _collections import _deque_iterator
50-
except ImportError:
51-
pass
52-
5348
try:
5449
from _collections import defaultdict
5550
except ImportError:

0 commit comments

Comments
 (0)