mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
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:
parent
68fb66c84e
commit
caa1552fb7
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue