mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
|
@ -3,7 +3,6 @@
|
|||
import sys as _sys
|
||||
import _thread
|
||||
|
||||
from time import sleep as _sleep
|
||||
try:
|
||||
from time import monotonic as _time
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue