Skip to content

Commit b46adda

Browse files
[3.12] gh-123085: Remove double 'import os' added by PR #124021 (#128600)
gh-123085: Remove double 'import os' added by PR #124021
1 parent 6b33719 commit b46adda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_importlib/resources/test_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def test_implicit_files_zip_submodule(self):
115115
"""
116116
Special test for gh-121735 for Python 3.12.
117117
"""
118-
import os
119118
import zipfile
120119

121120
def create_zip_from_directory(source_dir, zip_filename):

0 commit comments

Comments
 (0)