Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2024
1 parent 30c8ca1 commit 512720a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ def remove_old_cache(
last_updated.pop(key)
response.pop(key)
except KeyError:
logger.warning(f"Could not remove {key} from cache. "
f"This could be because it has already been removed")
logger.warning(
f"Could not remove {key} from cache. "
f"This could be because it has already been removed"
)

return last_updated, response

Expand Down

0 comments on commit 512720a

Please sign in to comment.