Re-order imports to align with zipp 3.18.2 (#119587)

This commit is contained in:
Jason R. Coombs 2024-05-26 21:33:16 -04:00 committed by GitHub
parent 5d04cc50e5
commit 5482a939ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -8,13 +8,13 @@ import unittest
import zipfile
import zipfile._path
from test.support.os_helper import temp_dir, FakePath
from ._functools import compose
from ._itertools import Counter
from ._test_params import parameterize, Invoked
from test.support.os_helper import temp_dir, FakePath
class jaraco:
class itertools: