gh-84623: Remove unused imports in tests (#93772)

This commit is contained in:
Victor Stinner 2022-06-13 16:56:03 +02:00 committed by GitHub
parent 65ff27c7d3
commit 3ceb4b8d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 8 additions and 65 deletions

View file

@ -14,7 +14,6 @@ from test.support import (Error, captured_output, cpython_only, ALWAYS_EQ,
from test.support.os_helper import TESTFN, unlink
from test.support.script_helper import assert_python_ok, assert_python_failure
import os
import textwrap
import traceback
from functools import partial