Skip to content

Commit 5e8901d

Browse files
committed
Remove redundant parentheses
1 parent 4eba72a commit 5e8901d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/isal_zlib.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def compressobj(level: int = ISAL_DEFAULT_COMPRESSION,
6464
zdict = None) -> Compress: ...
6565
def decompressobj(wbits: int = MAX_WBITS, zdict = None) -> Decompress: ...
6666

67-
class _GzipReader():
67+
class _GzipReader:
6868
def __init__(self, fp: typing.BinaryIO, buffersize: int = 32 * 1024): ...
6969
def readinto(self, obj) -> int: ...
7070
def readable(self) -> bool: ...

0 commit comments

Comments
 (0)