diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-13 09:57:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 09:57:40 (GMT) |
commit | b2ca26875a75fdd70e39a8fe2b1b31b863794c41 (patch) | |
tree | 970c97d7f7435145c9557c94763419d5b04a6e34 /Lib/test/test_importlib/resources/test_files.py | |
parent | 50e9eba32cdade34350a9f29ff2139a35e8876c0 (diff) | |
download | cpython-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_importlib/resources/test_files.py')
-rw-r--r-- | Lib/test/test_importlib/resources/test_files.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_importlib/resources/test_files.py b/Lib/test/test_importlib/resources/test_files.py index db8a4e6..3ce4499 100644 --- a/Lib/test/test_importlib/resources/test_files.py +++ b/Lib/test/test_importlib/resources/test_files.py @@ -1,7 +1,5 @@ -import os import pathlib import py_compile -import shutil import textwrap import unittest import warnings |