mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(router.py): fix linting error
This commit is contained in:
parent
ea7968e22e
commit
45048ee006
1 changed files with 2 additions and 1 deletions
|
@ -277,7 +277,8 @@ class Router:
|
||||||
"local" # default to an in-memory cache
|
"local" # default to an in-memory cache
|
||||||
)
|
)
|
||||||
redis_cache = None
|
redis_cache = None
|
||||||
cache_config = {}
|
cache_config: Dict[str, Any] = {}
|
||||||
|
|
||||||
self.client_ttl = client_ttl
|
self.client_ttl = client_ttl
|
||||||
if redis_url is not None or (
|
if redis_url is not None or (
|
||||||
redis_host is not None
|
redis_host is not None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue