Skip to content

Commit 34d944e

Browse files
Update google/auth/credentials.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fd4f786 commit 34d944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/auth/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def _perform_refresh_token(self, request):
303303
google.auth.exceptions.RefreshError: If the credentials could
304304
not be refreshed.
305305
"""
306-
raise NotImplementedError("_perfrom_refresh_token must be implemented")
306+
raise NotImplementedError("_perform_refresh_token must be implemented")
307307

308308
def with_trust_boundary(self, trust_boundary):
309309
"""Returns a copy of these credentials with a modified trust boundary.

0 commit comments

Comments
 (0)