gh-131152: Remove unused imports from tests (part 2) (#131154)

This commit is contained in:
Victor Stinner 2025-03-13 10:57:40 +01:00 committed by GitHub
parent 50e9eba32c
commit b2ca26875a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 6 additions and 28 deletions

View file

@ -18,7 +18,6 @@ from urllib.request import pathname2url
from test.support import import_helper
from test.support import is_emscripten, is_wasi
from test.support import infinite_recursion
from test.support import swap_attr
from test.support import os_helper
from test.support.os_helper import TESTFN, FakePath
from test.test_pathlib import test_pathlib_abc