]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-123085: Remove double 'import os' added by PR #124021 (#128600)
authorErlend E. Aasland <erlend@python.org>
Wed, 8 Jan 2025 00:23:17 +0000 (01:23 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 00:23:17 +0000 (19:23 -0500)
gh-123085: Remove double 'import os' added by PR #124021

Lib/test/test_importlib/resources/test_files.py

index 489cc95d1d6fa5ab745c7ec8c952eadb9df355d5..fe597d72422f838b132b27f64eda1192a003228c 100644 (file)
@@ -115,7 +115,6 @@ class ImplicitContextFilesTests(SiteDir, unittest.TestCase):
         """
         Special test for gh-121735 for Python 3.12.
         """
-        import os
         import zipfile
 
         def create_zip_from_directory(source_dir, zip_filename):