[3.12] gh-123085: Remove double 'import os' added by PR #124021 (#128600)

gh-123085: Remove double 'import os' added by PR #124021
This commit is contained in:
Erlend E. Aasland 2025-01-08 01:23:17 +01:00 committed by GitHub
parent 6b3371914c
commit b46addafb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,6 @@ class ImplicitContextFilesTests(SiteDir, unittest.TestCase):
""" """
Special test for gh-121735 for Python 3.12. Special test for gh-121735 for Python 3.12.
""" """
import os
import zipfile import zipfile
def create_zip_from_directory(source_dir, zip_filename): def create_zip_from_directory(source_dir, zip_filename):