Skip to content

Commit

Permalink
Async's read (#36422)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenttran-msft committed Jul 10, 2024
1 parent 0e975bd commit 3c77a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def read(self, size: int = -1) -> T:
...

@overload
def read(self, *, chars: Optional[int] = None) -> T:
def read(self, *, chars: Optional[int] = None) -> str:
...

# pylint: disable-next=too-many-statements,too-many-branches
Expand Down

0 comments on commit 3c77a4f

Please sign in to comment.