Fix linting
This commit is contained in:
parent
cbb656747e
commit
bb7b360269
1 changed files with 2 additions and 2 deletions
|
|
@ -1026,7 +1026,7 @@ class LightRAG:
|
|||
|
||||
# Persistent llm cache
|
||||
if self.llm_response_cache:
|
||||
await self.llm_response_cache.index_done_callback
|
||||
await self.llm_response_cache.index_done_callback()
|
||||
|
||||
# Update document status to failed
|
||||
await self.doc_status.upsert(
|
||||
|
|
@ -1106,7 +1106,7 @@ class LightRAG:
|
|||
|
||||
# Persistent llm cache
|
||||
if self.llm_response_cache:
|
||||
await self.llm_response_cache.index_done_callback
|
||||
await self.llm_response_cache.index_done_callback()
|
||||
|
||||
# Update document status to failed
|
||||
await self.doc_status.upsert(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue