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

Commit b54d8c2

Browse files
authored
Apply suggestion from @chalmerlowe
Removing temporarily commented out code.
1 parent e87abfb commit b54d8c2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

google_auth_oauthlib/flow.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,6 @@ def run_local_server(
458458
local_server.timeout = timeout_seconds
459459
local_server.handle_request()
460460

461-
# if wsgi_app.last_request_uri is None:
462-
# # Timeout occurred
463-
# raise WSGITimeout("Timed out waiting for response from authorization server")
464-
465461
# Note: using https here because oauthlib is very picky that
466462
# OAuth 2.0 should only occur over https.
467463
try:

0 commit comments

Comments
 (0)