Skip to content

Commit 64ad8e9

Browse files
authored
Update test_gzip.py
Remove double import of zlib
1 parent 65108b6 commit 64ad8e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_gzip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import struct
1010
import sys
1111
import unittest
12-
import zlib
1312
from subprocess import PIPE, Popen
1413
from test.support import catch_unraisable_exception
1514
from test.support import force_not_colorized_test_class, import_helper

0 commit comments

Comments
 (0)