mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
docs(router.py): fix linting issue
This commit is contained in:
parent
764986b935
commit
eb40ba8f2e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Router:
|
|||
|
||||
router = Router(model_list=model_list)
|
||||
"""
|
||||
model_names = []
|
||||
model_names: List = []
|
||||
def __init__(self,
|
||||
model_list: Optional[list]=None,
|
||||
redis_host: Optional[str] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue