Skip to content

Commit bdbf2b1

Browse files
author
Jon Wayne Parrott
committed
Fixing lint
1 parent 8784b23 commit bdbf2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/auth/credentials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ def with_scopes_if_required(credentials, scopes):
197197
as-is.
198198
199199
Args:
200-
credentials (~google.auth.credentials.Credentials): The credentials to
200+
credentials (google.auth.credentials.Credentials): The credentials to
201201
scope if necessary.
202202
scopes (Sequence[str]): The list of scopes to use.
203203
204204
Returns:
205-
~google.auth.credentials.Credentials: Either a new set of scoped
205+
google.auth.credentials.Credentials: Either a new set of scoped
206206
credentials, or the passed in credentials instance if no scoping
207207
was required.
208208
"""

0 commit comments

Comments
 (0)