Skip to content

Commit

Permalink
return optional credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
RupinderKaurSSB committed Aug 12, 2024
1 parent ad0659f commit 9807966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dapla/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def fetch_local_user_from_jupyter() -> dict[str, Any]:
raise AuthError

@staticmethod
def fetch_google_credentials() -> Credentials:
def fetch_google_credentials() -> Optional[Credentials]:
"""Fetches the Google credentials for the current user.
Returns:
Expand Down

0 comments on commit 9807966

Please sign in to comment.