Skip to content

Commit

Permalink
samples: update region tags (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaffeeullah committed Dec 22, 2021
1 parent 82206f4 commit 7d051b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/storage_download_into_memory.py
Expand Up @@ -16,7 +16,7 @@

import sys

# [START storage_download_file]
# [START storage_file_download_into_memory]
from google.cloud import storage


Expand Down Expand Up @@ -46,7 +46,7 @@ def download_blob_into_memory(bucket_name, blob_name):
)


# [END storage_download_file]
# [END storage_file_download_into_memory]

if __name__ == "__main__":
download_blob_into_memory(
Expand Down

0 comments on commit 7d051b7

Please sign in to comment.