mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Remove unneeded import
This commit is contained in:
parent
b1dcb07f33
commit
04cddef2f7
1 changed files with 0 additions and 1 deletions
|
|
@ -2588,7 +2588,6 @@ def test_scan_data_descriptor_no_sig(self):
|
||||||
@requires_bz2()
|
@requires_bz2()
|
||||||
@requires_zstd()
|
@requires_zstd()
|
||||||
def test_scan_data_descriptor_no_sig_by_decompression(self):
|
def test_scan_data_descriptor_no_sig_by_decompression(self):
|
||||||
import zlib
|
|
||||||
repacker = zipfile._ZipRepacker()
|
repacker = zipfile._ZipRepacker()
|
||||||
|
|
||||||
for method in (
|
for method in (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue