Skip to content

Commit

Permalink
pythongh-123085: Remove double 'import os' added by PR python#124021
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jan 7, 2025
1 parent 82b061d commit 358cbc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_importlib/resources/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 358cbc7

Please sign in to comment.