Skip to content

Commit 3c77a4f

Browse files
Async's read (#36422)
1 parent 0e975bd commit 3c77a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/aio/_download_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def read(self, size: int = -1) -> T:
468468
...
469469

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

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

0 commit comments

Comments
 (0)