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

@ -5,7 +5,6 @@ import sys
import sysconfig
import os
import pathlib
import shutil
from test import support
from test.support.script_helper import (
make_script,