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,
|
prompt,
|
||||||
mode="default",
|
mode="default",
|
||||||
cache_type=None,
|
cache_type=None,
|
||||||
) -> str|None:
|
) -> str | None:
|
||||||
"""Generic cache handling function with flattened cache keys"""
|
"""Generic cache handling function with flattened cache keys"""
|
||||||
if hashing_kv is None:
|
if hashing_kv is None:
|
||||||
return None
|
return None
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue