gh-102515: Remove unused imports in the Lib/ directory (#102516)

This commit is contained in:
Alex Waygood 2023-03-08 11:45:38 +00:00 committed by GitHub
parent 7d801f245e
commit 401d7a7f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 8 additions and 41 deletions

View file

@ -49,6 +49,8 @@ import os
from concurrent.futures import _base
import queue
import multiprocessing as mp
# This import is required to load the multiprocessing.connection submodule
# so that it can be accessed later as `mp.connection`
import multiprocessing.connection
from multiprocessing.queues import Queue
import threading