mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
remove unused import
This commit is contained in:
parent
22d2711cb6
commit
0013783d2f
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ import warnings
|
|||
|
||||
from time import time as _time, sleep as _sleep
|
||||
from traceback import format_exc as _format_exc
|
||||
from collections import deque
|
||||
|
||||
# Note regarding PEP 8 compliant aliases
|
||||
# This threading model was originally inspired by Java, and inherited
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue