From 2c473679751ee1254f5b4e797050231a5a16d59f Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 28 Jun 2025 14:32:26 +0800 Subject: [PATCH] Fix linting --- lightrag/kg/postgres_impl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lightrag/kg/postgres_impl.py b/lightrag/kg/postgres_impl.py index 0cbbb285..e77429d3 100644 --- a/lightrag/kg/postgres_impl.py +++ b/lightrag/kg/postgres_impl.py @@ -226,7 +226,9 @@ class PostgreSQLDB: return # 4. Perform the migration - logger.info("Starting data migration from LIGHTRAG_DOC_CHUNKS to LIGHTRAG_VDB_CHUNKS...") + logger.info( + "Starting data migration from LIGHTRAG_DOC_CHUNKS to LIGHTRAG_VDB_CHUNKS..." + ) migration_sql = """ INSERT INTO LIGHTRAG_VDB_CHUNKS ( id, workspace, full_doc_id, chunk_order_index, tokens, content,