mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Re-order imports to align with zipp 3.18.2 (#119587)
This commit is contained in:
parent
5d04cc50e5
commit
5482a939ac
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue