Skip to content

Commit b1b1d9b

Browse files
committed
Fix stub
1 parent 906bd71 commit b1b1d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/typeshed/stubs/librt/librt/internal.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from mypy_extensions import u8
22

33
class ReadBuffer:
4-
def __init__(self, source: bytes = ...) -> None: ...
4+
def __init__(self, source: bytes) -> None: ...
55

66
class WriteBuffer:
77
def getvalue(self) -> bytes: ...

0 commit comments

Comments
 (0)