diff --git a/lightrag/utils.py b/lightrag/utils.py index 5216fac1..bea9962a 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -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