We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906bd71 commit b1b1d9bCopy full SHA for b1b1d9b
1 file changed
mypy/typeshed/stubs/librt/librt/internal.pyi
@@ -1,7 +1,7 @@
1
from mypy_extensions import u8
2
3
class ReadBuffer:
4
- def __init__(self, source: bytes = ...) -> None: ...
+ def __init__(self, source: bytes) -> None: ...
5
6
class WriteBuffer:
7
def getvalue(self) -> bytes: ...
0 commit comments