Skip to content

Commit 9c3d410

Browse files
committed
Remove crc attribute from decompress class in Pyi file
1 parent de9b720 commit 9c3d410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/isal/isal_zlib.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class Decompress:
6060
unused_data: bytes
6161
unconsumed_tail: bytes
6262
eof: bool
63-
crc: int
6463

6564
def decompress(self, data, max_length: int = ...) -> bytes: ...
6665
def flush(self, length: int = ...) -> bytes: ...

0 commit comments

Comments
 (0)