mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
gh-84623: Remove unused imports in stdlib (#93773)
This commit is contained in:
parent
65ac273280
commit
259dd71c32
12 changed files with 3 additions and 12 deletions
|
@ -7,7 +7,7 @@ import functools
|
|||
|
||||
from time import monotonic as _time
|
||||
from _weakrefset import WeakSet
|
||||
from itertools import islice as _islice, count as _count
|
||||
from itertools import count as _count
|
||||
try:
|
||||
from _collections import deque as _deque
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue