Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Change-Id: I013d506bdcb64092daddedcf3e30f3728a8f3e30
  • Loading branch information
MarkDaoust committed May 20, 2024
1 parent 301ddb0 commit ae87daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
def patch_colab_gce_credentials():
get_gce = auth._default._get_gce_credentials
if "COLAB_RELEASE_TAG" in os.environ:
auth._default._get_gce_credentials = (lambda *args, **kwargs: (None, None))
auth._default._get_gce_credentials = lambda *args, **kwargs: (None, None)

try:
yield
Expand Down

0 comments on commit ae87daa

Please sign in to comment.