mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
remove unused import
This commit is contained in:
parent
3429491950
commit
050a05aeef
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import _thread
|
|||
|
||||
from time import time as _time, sleep as _sleep
|
||||
from traceback import format_exc as _format_exc
|
||||
from collections import deque
|
||||
from _weakrefset import WeakSet
|
||||
|
||||
# Note regarding PEP 8 compliant names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue