mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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
|
|
@ -20,7 +20,7 @@ class TestComplexity(unittest.TestCase):
|
|||
@pytest.mark.flaky
|
||||
def test_implied_dirs_performance(self):
|
||||
best, others = big_o.big_o(
|
||||
compose(consume, zipfile.CompleteDirs._implied_dirs),
|
||||
compose(consume, zipfile._path.CompleteDirs._implied_dirs),
|
||||
lambda size: [
|
||||
'/'.join(string.ascii_lowercase + str(n)) for n in range(size)
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue