mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
Fix lint
This commit is contained in:
parent
6c5b50135e
commit
e0cd536eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -1533,8 +1533,8 @@ class MCPServerManager:
|
|||
header_value
|
||||
)
|
||||
|
||||
authorization_servers: List[str] = []
|
||||
resource_scopes: Optional[List[str]] = None
|
||||
authorization_servers = []
|
||||
resource_scopes = None
|
||||
if resource_metadata_url:
|
||||
(
|
||||
authorization_servers,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue