Skip to content

Commit da52b3b

Browse files
committed
Make sure stub files are correct
1 parent f3f5402 commit da52b3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/isal/isal_zlib.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ Z_SYNC_FLUSH: int
2929
Z_FULL_FLUSH: int
3030
Z_FINISH: int
3131

32-
class IsalError(OSError): ...
33-
34-
error: IsalError
32+
error: Exception
3533

3634
def adler32(data, value: int = 1) -> int: ...
3735
def crc32(data, value: int = 0) -> int: ...

0 commit comments

Comments
 (0)