mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
style(proxy): apply ruff format to gateway endpoints
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
575da405f2
commit
1c445f3616
1 changed files with 3 additions and 1 deletions
|
|
@ -248,7 +248,9 @@ async def oauth_token(request: Request) -> JSONResponse:
|
|||
)
|
||||
|
||||
return _oauth_error_response(
|
||||
_oauth_error(status_code=400, error="unsupported_grant_type", description=f"Unsupported grant_type: {grant_type}")
|
||||
_oauth_error(
|
||||
status_code=400, error="unsupported_grant_type", description=f"Unsupported grant_type: {grant_type}"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue