gh-120417: Remove unused imports in tests (part 3) (#120631)

This commit is contained in:
Victor Stinner 2024-06-17 21:04:58 +02:00 committed by GitHub
parent 362cd2680b
commit f916b77fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 4 additions and 14 deletions

View file

@ -3,7 +3,6 @@ import pickle
import threading
from textwrap import dedent
import unittest
import time
from test.support import import_helper, Py_DEBUG
# Raise SkipTest if subinterpreters not supported.