style(proxy): collapse a line ruff format wants on one line

Follow-up to the Any-typing cleanup: ruff format collapses this
signature to fit under 120 chars once the return type shortened.
This commit is contained in:
mateo-berri 2026-07-30 12:44:36 +00:00
parent 68fb66c84e
commit caa1552fb7
No known key found for this signature in database

View file

@ -802,9 +802,7 @@ class ProxyLogging:
verbose_proxy_logger.error(f"Error in manual argument parsing: {e}")
return None
def _convert_llm_result_to_mcp_during_response(
self, llm_result, request_obj
) -> MCPDuringCallResponseObject | None:
def _convert_llm_result_to_mcp_during_response(self, llm_result, request_obj) -> MCPDuringCallResponseObject | None:
"""
Convert LLM guardrail result back to MCP during call response format.
"""