mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
chore: drop explanatory suffix from pyright suppression
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
a33539d107
commit
c2ef80ac3f
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ async def _get_team_allowed_mcp_servers(
|
|||
return set()
|
||||
|
||||
from litellm.proxy.auth.auth_checks import (
|
||||
_get_mcp_server_ids_from_access_groups, # pyright: ignore[reportPrivateUsage] # same shared resolver the runtime MCP auth path calls
|
||||
_get_mcp_server_ids_from_access_groups, # pyright: ignore[reportPrivateUsage]
|
||||
)
|
||||
|
||||
access_group_servers: Final = await _get_mcp_server_ids_from_access_groups(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue