Skip to content

Commit f3137e5

Browse files
authored
fix
1 parent b095877 commit f3137e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_zipfile/test_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3470,7 +3470,6 @@ def get_bytes_read(self):
34703470
with zipfile.ZipFile(sio, "w") as zipf:
34713471
zipf.writestr("foo.txt", txt) # 100000 bytes
34723472

3473-
sio = StatIO(bio.getvalue())
34743473
with zipfile.ZipFile(sio, "r") as zipf:
34753474
with zipf.open("foo.txt", "r") as fp:
34763475
br = sio.get_bytes_read()

0 commit comments

Comments
 (0)