Skip to content

Commit 4fabae2

Browse files
committed
Remove 3.8 specific BadGzipFile error
1 parent a7fdc32 commit 4fabae2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/isal/igzip.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@
2525
import gzip
2626
import io
2727
import os
28-
from gzip import BadGzipFile
2928

3029
import _compression
3130

3231
from . import isal_zlib
3332

34-
__all__ = ["BadGzipFile", "IGzipFile", "open", "compress", "decompress"]
33+
__all__ = ["IGzipFile", "open", "compress", "decompress"]
3534

3635
_COMPRESS_LEVEL_FAST = isal_zlib.ISAL_BEST_SPEED
3736
_COMPRESS_LEVEL_TRADEOFF = isal_zlib.ISAL_DEFAULT_COMPRESSION

0 commit comments

Comments
 (0)