8000 Adding additional line at the end of create_bucket · MagicLegends/python-docs-samples@e3310fd · GitHub
[go: up one dir, main page]

Skip to content

Commit e3310fd

Browse files
authored
Adding additional line at the end of create_bucket
1 parent 4fb7649 commit e3310fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/cloud-client/snippets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def create_bucket(bucket_name):
3737
bucket.create()
3838
print('Bucket {} created.'.format(bucket.name))
3939

40+
4041
def delete_bucket(bucket_name):
4142
"""Deletes a bucket. The bucket must be empty."""
4243
storage_client = storage.Client()

0 commit comments

Comments
 (0)
0