Skip to content

Commit 358cbc7

Browse files
pythongh-123085: Remove double 'import os' added by PR python#124021
1 parent 82b061d commit 358cbc7

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)