aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pathlib.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 22:50:43 +0200
committerGitHub <noreply@github.com>2023-06-06 22:50:43 +0200
commitae319e4b43dc0d9d94d36bdcdbc5443364398c29 (patch)
treeaef03900c10c94d8cc3848a3f5e9a5c3d6bcaf81 /Lib/test/test_pathlib.py
parentd3a0eacbf382288a487d40f16d63abfeb2125e1a (diff)
downloadcpython-ae319e4b43dc0d9d94d36bdcdbc5443364398c29.tar.gz
cpython-ae319e4b43dc0d9d94d36bdcdbc5443364398c29.zip
gh-105407: Remove unused imports in tests (#105408)
Diffstat (limited to 'Lib/test/test_pathlib.py')
-rw-r--r--Lib/test/test_pathlib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pathlib.py b/Lib/test/test_pathlib.py
index 076ace3d930..da5197dbfac 100644
--- a/Lib/test/test_pathlib.py
+++ b/Lib/test/test_pathlib.py
@@ -1,4 +1,3 @@
-import contextlib
import collections.abc
import io
import os