mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
bpo-40443: Remove unused imports in stdlib (GH-19815)
This commit is contained in:
parent
2935e65c36
commit
eb0d359b4b
3 changed files with 2 additions and 4 deletions
|
|
@ -22,7 +22,6 @@ import time
|
|||
import traceback
|
||||
import types
|
||||
import warnings
|
||||
from queue import Empty
|
||||
|
||||
# If threading is available then ThreadPool should be provided. Therefore
|
||||
# we avoid top-level imports which are liable to fail on some systems.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue