forked from phoenix/litellm-mirror
docs(router.py): fix linting issue
This commit is contained in:
parent
8dce790829
commit
5516113f18
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Router:
|
||||||
|
|
||||||
router = Router(model_list=model_list)
|
router = Router(model_list=model_list)
|
||||||
"""
|
"""
|
||||||
model_names = []
|
model_names: List = []
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
model_list: Optional[list]=None,
|
model_list: Optional[list]=None,
|
||||||
redis_host: Optional[str] = None,
|
redis_host: Optional[str] = None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue