mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-109653: Remove unused imports in the Lib/ directory (#109803)
This commit is contained in:
parent
649768fb67
commit
19601efa36
20 changed files with 6 additions and 25 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# these are all functions _testcapi exports whose name begins with 'test_'.
|
||||
|
||||
import _thread
|
||||
from collections import OrderedDict, deque
|
||||
from collections import deque
|
||||
import contextlib
|
||||
import importlib.machinery
|
||||
import importlib.util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue