Rename endpoint, format
This commit is contained in:
2
.vscode/Pico-W-Stub/asyncio/stream.pyi
vendored
2
.vscode/Pico-W-Stub/asyncio/stream.pyi
vendored
@@ -17,7 +17,7 @@ class Stream:
|
||||
def readexactly(self, n) -> Generator[Incomplete, None, Incomplete]: ...
|
||||
def readline(self) -> Generator[Incomplete, None, Incomplete]: ...
|
||||
def write(self, buf) -> None: ...
|
||||
def drain(self) -> Generator[Incomplete, None, Incomplete]: ...
|
||||
def drain(self) -> Generator[Incomplete, Incomplete, Incomplete]: ...
|
||||
|
||||
StreamReader = Stream
|
||||
StreamWriter = Stream
|
||||
|
||||
Reference in New Issue
Block a user