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:
mateo 2026-07-22 18:37:11 +00:00
parent 575da405f2
commit 1c445f3616

View file

@ -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}"
)
)