Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Aug 20, 2024
1 parent ef54031 commit 03d7b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/oauth2/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def _make_copy(self):
return cred

@_helpers.copy_docstring(credentials.Credentials)
def _get_cred_info(self):
def get_cred_info(self):
if self._cred_file_path:
cred_info_json = {
"credential_source": self._cred_file_path,
Expand Down

0 comments on commit 03d7b1c

Please sign in to comment.