This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222from cryptography .hazmat .primitives .asymmetric .rsa import RSAPrivateKey
2323from cryptography .hazmat .primitives .asymmetric .rsa import RSAPublicKey
24+
2425from google .auth import _helpers
25- from google .auth .crypt import base
2626from google .auth .crypt import _cryptography_rsa
2727from google .auth .crypt import _python_rsa
28+ from google .auth .crypt import base
2829
2930RSA_KEY_MODULE_PREFIX = "rsa.key"
3031
Original file line number Diff line number Diff line change @@ -105,4 +105,4 @@ class TimeoutError(GoogleAuthError):
105105
106106
107107class ResponseError (GoogleAuthError ):
108- """Used to indicate an error occurred when reading an HTTP response."""
108+ """Used to indicate an error occurred when reading an HTTP response."""
Original file line number Diff line number Diff line change @@ -200,4 +200,4 @@ def test_import_warning(self):
200200 with pytest .warns (DeprecationWarning , match = "The 'rsa' library is deprecated" ):
201201 _python_rsa .RSAVerifier (None )
202202 with pytest .warns (DeprecationWarning , match = "The 'rsa' library is deprecated" ):
203- _python_rsa .RSASigner (None )
203+ _python_rsa .RSASigner (None )
You can’t perform that action at this time.
0 commit comments