gh-105407: Remove unused imports (#105554)

This commit is contained in:
Victor Stinner 2023-06-09 14:50:31 +02:00 committed by GitHub
parent 58e4b69f69
commit 0f885ffa94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 5 deletions

View file

@ -11,7 +11,6 @@ import hashlib
from test import support
from test.support import hashlib_helper
from test.support import threading_helper
from test.support import warnings_helper
try:
import ssl