mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Remove unused imports
This commit is contained in:
parent
f309828175
commit
bc653d1abe
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@ __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES',
|
||||||
'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache']
|
'total_ordering', 'cmp_to_key', 'lfu_cache', 'lru_cache']
|
||||||
|
|
||||||
from _functools import partial, reduce
|
from _functools import partial, reduce
|
||||||
from collections import OrderedDict, Counter
|
from collections import OrderedDict
|
||||||
from heapq import nsmallest
|
|
||||||
from operator import itemgetter
|
|
||||||
try:
|
try:
|
||||||
from _thread import allocate_lock as Lock
|
from _thread import allocate_lock as Lock
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue