summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pathlib/test_pathlib.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-13 09:57:40 (GMT)
committerGitHub <noreply@github.com>2025-03-13 09:57:40 (GMT)
commitb2ca26875a75fdd70e39a8fe2b1b31b863794c41 (patch)
tree970c97d7f7435145c9557c94763419d5b04a6e34 /Lib/test/test_pathlib/test_pathlib.py
parent50e9eba32cdade34350a9f29ff2139a35e8876c0 (diff)
downloadcpython-b2ca26875a75fdd70e39a8fe2b1b31b863794c41.zip
cpython-b2ca26875a75fdd70e39a8fe2b1b31b863794c41.tar.gz
cpython-b2ca26875a75fdd70e39a8fe2b1b31b863794c41.tar.bz2
gh-131152: Remove unused imports from tests (part 2) (#131154)
Diffstat (limited to 'Lib/test/test_pathlib/test_pathlib.py')
-rw-r--r--Lib/test/test_pathlib/test_pathlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pathlib/test_pathlib.py b/Lib/test/test_pathlib/test_pathlib.py
index b9725af..51814ae 100644
--- a/Lib/test/test_pathlib/test_pathlib.py
+++ b/Lib/test/test_pathlib/test_pathlib.py
@@ -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