Fix linting
This commit is contained in:
parent
331dcf0509
commit
7fb11193b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue