mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +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 time import time as _time, sleep as _sleep
|
||||||
from traceback import format_exc as _format_exc
|
from traceback import format_exc as _format_exc
|
||||||
from collections import deque
|
|
||||||
from _weakrefset import WeakSet
|
from _weakrefset import WeakSet
|
||||||
|
|
||||||
# Note regarding PEP 8 compliant names
|
# Note regarding PEP 8 compliant names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue