Skip to content

Commit a75a345

Browse files
committed
Fix linting error
1 parent 5e8901d commit a75a345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/isal/igzip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
BadGzipFile = gzip.BadGzipFile # type: ignore
6060

61+
6162
# The open method was copied from the CPython source with minor adjustments.
6263
def open(filename, mode="rb", compresslevel=_COMPRESS_LEVEL_TRADEOFF,
6364
encoding=None, errors=None, newline=None):

0 commit comments

Comments
 (0)