Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into release-v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jan 8, 2022
2 parents f4a1028 + 3216dd9 commit dd42701
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def __init__(
credentials, _ = google.auth.load_credentials_from_file(
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
)

elif credentials is None:
credentials, _ = google.auth.default(
**scopes_kwargs, quota_project_id=quota_project_id
Expand Down
Loading

0 comments on commit dd42701

Please sign in to comment.