We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cc7a0 commit d156ef4Copy full SHA for d156ef4
google/auth/_default.py
@@ -94,15 +94,6 @@
94
# The subject token type used for AWS external_account credentials.
95
_AWS_SUBJECT_TOKEN_TYPE = "urn:ietf:params:aws:token-type:aws4_request"
96
97
-
98
-class GenericLoadMethodWarning(DeprecationWarning): # pragma: NO COVER
99
- """
100
- Deprecation warning raised when a generic load method is used.
101
102
103
- pass
104
105
106
def _warn_about_problematic_credentials(credentials):
107
"""Determines if the credentials are problematic.
108
@@ -129,7 +120,7 @@ def _warn_about_generic_load_method(method_name): # pragma: NO COVER
129
120
130
121
warnings.warn(
131
122
_GENERIC_LOAD_METHOD_WARNING.format(method_name),
132
- GenericLoadMethodWarning,
123
+ DeprecationWarning,
133
124
)
134
125
135
126
system_tests/secrets.tar.enc
0 Bytes
0 commit comments