Kaydet (Commit) bc653d1a authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Remove unused imports

üst f3098281
......@@ -12,9 +12,7 @@ __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache']
from _functools import partial, reduce
from collections import OrderedDict, Counter
from heapq import nsmallest
from operator import itemgetter
from collections import OrderedDict
try:
from _thread import allocate_lock as Lock
except:
......
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