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 8784b23 commit bdbf2b1Copy full SHA for bdbf2b1
google/auth/credentials.py
@@ -197,12 +197,12 @@ def with_scopes_if_required(credentials, scopes):
197
as-is.
198
199
Args:
200
- credentials (~google.auth.credentials.Credentials): The credentials to
+ credentials (google.auth.credentials.Credentials): The credentials to
201
scope if necessary.
202
scopes (Sequence[str]): The list of scopes to use.
203
204
Returns:
205
- ~google.auth.credentials.Credentials: Either a new set of scoped
+ google.auth.credentials.Credentials: Either a new set of scoped
206
credentials, or the passed in credentials instance if no scoping
207
was required.
208
"""
0 commit comments