format
This commit is contained in:
ArnoChen
2025-02-07 23:13:28 +08:00
parent 88d691deb9
commit f974bf39bb
3 changed files with 7 additions and 7 deletions

View File

@@ -298,7 +298,9 @@ class PGKVStorage(BaseKVStorage):
async def index_done_callback(self):
for n in ("full_docs", "text_chunks"):
if self.namespace.endswith(n):
logger.info("full doc and chunk data had been saved into postgresql db!")
logger.info(
"full doc and chunk data had been saved into postgresql db!"
)
break