mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 09:42:40 +02:00
chore: ran linting
This commit is contained in:
parent
2f540ee065
commit
dbf575fbd0
23 changed files with 89 additions and 96 deletions
|
|
@ -131,7 +131,7 @@ async def _fake_exchange_code_for_tokens(
|
|||
timeout: float = 30.0,
|
||||
) -> dict[str, Any]:
|
||||
if token_endpoint != _TOKEN_URL:
|
||||
return await mcp_oauth_runtime._fake_exchange_code_for_tokens( # noqa: SLF001
|
||||
return await mcp_oauth_runtime._fake_exchange_code_for_tokens(
|
||||
token_endpoint,
|
||||
code,
|
||||
redirect_uri,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue