gh-105407: Remove unused imports in tests (#105408)

This commit is contained in:
Victor Stinner 2023-06-06 22:50:43 +02:00 committed by GitHub
parent d3a0eacbf3
commit ae319e4b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 2 additions and 35 deletions

View file

@ -5,7 +5,6 @@ import os
import pathlib
import textwrap
import unittest
import warnings
from test import support
from test.support import os_helper