mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove unused import.
This commit is contained in:
@@ -12,7 +12,7 @@ import sys as _sys
|
||||
import heapq as _heapq
|
||||
from weakref import proxy as _proxy
|
||||
from itertools import repeat as _repeat, chain as _chain, starmap as _starmap, \
|
||||
ifilter as _ifilter, imap as _imap, izip as _izip
|
||||
ifilter as _ifilter, imap as _imap
|
||||
|
||||
################################################################################
|
||||
### OrderedDict
|
||||
|
||||
Reference in New Issue
Block a user