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

@ -9,7 +9,6 @@ import sys
import textwrap
import types
import unittest
import asyncio
import test.support
from test.support import requires_specialization, script_helper