Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed Nov 16, 2023
1 parent e06d140 commit 63bb591
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ def __init__(

self.client_cache = client_cache
if cache_enable:
self.client_cache = _LocalChace(cache_max_size, cache_ttl, cache_eviction_policy)
self.client_cache = _LocalChace(
cache_max_size, cache_ttl, cache_eviction_policy
)
if self.client_cache is not None:
self.cache_blacklist = cache_blacklist
self.cache_whitelist = cache_whitelist
Expand Down

0 comments on commit 63bb591

Please sign in to comment.