Skip to content

Commit 6c19fbd

Browse files
author
José Duarte
authored
[Storage] Add type signature to readall (Azure#22963)
1 parent f8a5f62 commit 6c19fbd

File tree

1 file changed

+1
-0
lines changed
  • sdk/storage/azure-storage-blob/azure/storage/blob

1 file changed

+1
-0
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/_download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ def chunks(self):
510510
chunk_size=self._config.max_chunk_get_size)
511511

512512
def readall(self):
513+
# type: () -> Union[bytes, str]
513514
"""Download the contents of this blob.
514515
515516
This operation is blocking until all data is downloaded.

0 commit comments

Comments
 (0)