Skip to content

Commit

Permalink
Update cache_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: claravox <claravox@users.noreply.github.com>
  • Loading branch information
lwesterhof and claravox authored Jan 16, 2025
1 parent 12d0d30 commit 74e748a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def clear_api_cache_keys(fn: str) -> None:
filter_key = endpoint

# Get the keys to delete.
keys_to_delete = [key for key in filter_cache_keys(filter_key)]
keys_to_delete = list(filter_cache_keys(filter_key))
# Attempt to delete the keys from the cache.
try:
Expand Down

0 comments on commit 74e748a

Please sign in to comment.