Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit f284200

Browse files
fix: lint
1 parent 9f6cb70 commit f284200

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

google_auth_oauthlib/flow.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,9 @@ def run_local_server(
479479
in the user's browser.
480480
redirect_uri_trailing_slash (bool): whether or not to add trailing
481481
slash when constructing the redirect_uri. Default value is True.
482-
timeout_seconds (int): It will raise an error after the timeout timing
483-
if there are no credentials response. The value is in seconds.
482+
timeout_seconds (int): It will raise an error after the timeout timing
483+
if there are no credentials response. The value is in seconds.
484+
When set to None there is no timeout.
484485
Default value is None.
485486
kwargs: Additional keyword arguments passed through to
486487
:meth:`authorization_url`.

0 commit comments

Comments
 (0)