diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-06 22:50:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 22:50:43 +0200 |
commit | ae319e4b43dc0d9d94d36bdcdbc5443364398c29 (patch) | |
tree | aef03900c10c94d8cc3848a3f5e9a5c3d6bcaf81 /Lib/test/test_pathlib.py | |
parent | d3a0eacbf382288a487d40f16d63abfeb2125e1a (diff) | |
download | cpython-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.py | 1 |
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 |