Fix linting

This commit is contained in:
yangdx 2025-08-14 03:07:29 +08:00
parent 331dcf0509
commit 7fb11193b0

View file

@ -762,7 +762,7 @@ async def handle_cache(
prompt,
mode="default",
cache_type=None,
) -> str|None:
) -> str | None:
"""Generic cache handling function with flattened cache keys"""
if hashing_kv is None:
return None