Skip to content

Commit 3090b94

Browse files
committed
Merge latest from master.
2 parents 1a187b8 + 68692b4 commit 3090b94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

googlecloud_storage_tutorial/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Initialize script demonstration"""
1+
"""Initialize script."""
22

33
from faker import Faker
44

@@ -11,6 +11,7 @@
1111
upload_files,
1212
)
1313

14+
# Using the `faker` library to generate random strings
1415
fake = Faker()
1516

1617

0 commit comments

Comments
 (0)