bpo-40443: Remove unused imports in stdlib (GH-19815)

This commit is contained in:
Victor Stinner 2020-05-01 02:38:00 +02:00 committed by GitHub
parent 2935e65c36
commit eb0d359b4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -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.