mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
style: apply black to mcp_server_manager.py
This commit is contained in:
parent
8a65e68c65
commit
93734db04d
1 changed files with 1 additions and 3 deletions
|
|
@ -188,9 +188,7 @@ def _coerce_optional_float(value: Any) -> Tuple[Optional[float], bool]:
|
|||
return None, False
|
||||
|
||||
|
||||
def _coerce_mcp_cost_info_in_place(
|
||||
mcp_info: Dict[str, Any], server_name: str
|
||||
) -> None:
|
||||
def _coerce_mcp_cost_info_in_place(mcp_info: Dict[str, Any], server_name: str) -> None:
|
||||
"""Coerce MCP server cost-info fields to floats, dropping invalid entries.
|
||||
|
||||
Handles the YAML 1.1 footgun where ``default_cost_per_query: 7e-05`` is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue