diff options
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 |