Kaydet (Commit) 7d4b759b authored tarafından Georg Brandl's avatar Georg Brandl

Remove unused import.

üst 48e65f5f
...@@ -12,7 +12,7 @@ import sys as _sys ...@@ -12,7 +12,7 @@ import sys as _sys
import heapq as _heapq import heapq as _heapq
from weakref import proxy as _proxy from weakref import proxy as _proxy
from itertools import repeat as _repeat, chain as _chain, starmap as _starmap, \ 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 ### OrderedDict
......
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