mirror of
https://github.com/python/cpython.git
synced 2025-11-09 10:01:42 +00:00
[3.13] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119589)
Re-order imports to align with zipp 3.18.2 (GH-119587)
(cherry picked from commit 5482a939ac)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
This commit is contained in:
parent
3b111a38ea
commit
dcf585d0c1
2 changed files with 3 additions and 3 deletions
|
|
@ -8,13 +8,13 @@
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue