Skip to content

Commit a1c46da

Browse files
committed
Do not specify return type for __init__
1 parent d5ebe1e commit a1c46da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/igzip_lib.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ class IgzipDecompressor:
5454
def __init__(self,
5555
flag: int = DECOMP_DEFLATE,
5656
hist_bits: int = MAX_HIST_BITS,
57-
zdict = None) -> None: ...
57+
zdict = None): ...
5858

5959
def decompress(self, __data, max_length = -1) -> bytes: ...

0 commit comments

Comments
 (0)