Skip to content

Commit

Permalink
Merge latest from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Aug 8, 2024
2 parents 1a187b8 + 68692b4 commit 3090b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion googlecloud_storage_tutorial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Initialize script demonstration"""
"""Initialize script."""

from faker import Faker

Expand All @@ -11,6 +11,7 @@
upload_files,
)

# Using the `faker` library to generate random strings
fake = Faker()


Expand Down

0 comments on commit 3090b94

Please sign in to comment.