mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
lint: silence PLR0915 on load_servers_from_config
This commit is contained in:
parent
93734db04d
commit
54dfe05753
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ class MCPServerManager:
|
|||
"""
|
||||
return self.config_mcp_servers | self.registry
|
||||
|
||||
async def load_servers_from_config(
|
||||
async def load_servers_from_config( # noqa: PLR0915
|
||||
self,
|
||||
mcp_servers_config: Dict[str, Any],
|
||||
mcp_aliases: Optional[Dict[str, str]] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue