https://github.com/python/cpython/commit/b46addafb17ad69c8015d1e09a76471bdd3a1b0f
commit: b46addafb17ad69c8015d1e09a76471bdd3a1b0f
branch: 3.12
author: Erlend E. Aasland <[email protected]>
committer: jaraco <[email protected]>
date: 2025-01-07T19:23:17-05:00
summary:
[3.12] gh-123085: Remove double 'import os' added by PR #124021 (#128600)
gh-123085: Remove double 'import os' added by PR #124021
files:
M Lib/test/test_importlib/resources/test_files.py
diff --git a/Lib/test/test_importlib/resources/test_files.py
b/Lib/test/test_importlib/resources/test_files.py
index 489cc95d1d6fa5..fe597d72422f83 100644
--- a/Lib/test/test_importlib/resources/test_files.py
+++ b/Lib/test/test_importlib/resources/test_files.py
@@ -115,7 +115,6 @@ def test_implicit_files_zip_submodule(self):
"""
Special test for gh-121735 for Python 3.12.
"""
- import os
import zipfile
def create_zip_from_directory(source_dir, zip_filename):
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]