We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b7466 commit 2fc1ff6Copy full SHA for 2fc1ff6
1 file changed
brood/api.py
@@ -275,7 +275,7 @@ async def delete_token_handler(
275
276
- **target_token** (uuid, null): Token ID to revoke
277
"""
278
- authorization: str = request.headers.get("Authorization")
+ authorization: str = request.headers.get("Authorization") # type: ignore
279
scheme_raw, _ = get_authorization_scheme_param(authorization)
280
scheme = scheme_raw.lower()
281
if scheme != "bearer":
0 commit comments