Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Nov 10, 2016
1 parent 8784b23 commit bdbf2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/auth/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ def with_scopes_if_required(credentials, scopes):
as-is.
Args:
credentials (~google.auth.credentials.Credentials): The credentials to
credentials (google.auth.credentials.Credentials): The credentials to
scope if necessary.
scopes (Sequence[str]): The list of scopes to use.
Returns:
~google.auth.credentials.Credentials: Either a new set of scoped
google.auth.credentials.Credentials: Either a new set of scoped
credentials, or the passed in credentials instance if no scoping
was required.
"""
Expand Down

0 comments on commit bdbf2b1

Please sign in to comment.