From b46addafb17ad69c8015d1e09a76471bdd3a1b0f Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 8 Jan 2025 01:23:17 +0100 Subject: [PATCH] [3.12] gh-123085: Remove double 'import os' added by PR #124021 (#128600) gh-123085: Remove double 'import os' added by PR #124021 --- Lib/test/test_importlib/resources/test_files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_importlib/resources/test_files.py b/Lib/test/test_importlib/resources/test_files.py index 489cc95d1d6..fe597d72422 100644 --- a/Lib/test/test_importlib/resources/test_files.py +++ b/Lib/test/test_importlib/resources/test_files.py @@ -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):