There was an error while loading. Please reload this page.
1 parent 0a795b8 commit cff1ac5Copy full SHA for cff1ac5
1 file changed
jwt/jwks_client.py
@@ -23,7 +23,7 @@ def redirect_request(
23
msg: str,
24
headers: Any,
25
newurl: str,
26
- ) -> None:
+ ) -> urllib.request.Request | None:
27
return None
28
29
0 commit comments