mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
style(mcp): black format oauth2_token_cache.py
This commit is contained in:
parent
dfece13cdd
commit
539ffd0a31
1 changed files with 3 additions and 1 deletions
|
|
@ -281,7 +281,9 @@ async def resolve_mcp_auth(
|
|||
mcp_token_exchange_handler,
|
||||
)
|
||||
|
||||
return await mcp_token_exchange_handler.exchange_token(subject_token, server)
|
||||
return await mcp_token_exchange_handler.exchange_token(
|
||||
subject_token, server
|
||||
)
|
||||
# No subject_token — fall back to client_credentials using the same client
|
||||
# credentials and token_url so M2M scenarios still work.
|
||||
if server.client_id and server.client_secret and server.token_url:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue