Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guowei wong committed Oct 20, 2022
1 parent 9f6cb70 commit f284200
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google_auth_oauthlib/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,9 @@ def run_local_server(
in the user's browser.
redirect_uri_trailing_slash (bool): whether or not to add trailing
slash when constructing the redirect_uri. Default value is True.
timeout_seconds (int): It will raise an error after the timeout timing
if there are no credentials response. The value is in seconds.
timeout_seconds (int): It will raise an error after the timeout timing
if there are no credentials response. The value is in seconds.
When set to None there is no timeout.
Default value is None.
kwargs: Additional keyword arguments passed through to
:meth:`authorization_url`.
Expand Down

0 comments on commit f284200

Please sign in to comment.