mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
bpo-40443: Remove unused imports in tests (GH-19804)
This commit is contained in:
parent
57572b103e
commit
b1e11c31c5
18 changed files with 2 additions and 20 deletions
|
@ -130,7 +130,6 @@ import sys
|
|||
import threading
|
||||
import unittest
|
||||
import weakref
|
||||
import opcode
|
||||
try:
|
||||
import ctypes
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue