From 109c2b48bef93a69b4ca3010d6351e0b42ddb8d2 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 25 Jun 2025 12:39:43 +0800 Subject: [PATCH] Fix linting --- lightrag/kg/postgres_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/kg/postgres_impl.py b/lightrag/kg/postgres_impl.py index 888b97c7..dd93d624 100644 --- a/lightrag/kg/postgres_impl.py +++ b/lightrag/kg/postgres_impl.py @@ -2000,7 +2000,7 @@ class PGGraphStorage(BaseGraphStorage): f"Failed to parse node string in batch: {node_dict}" ) - node_dict["id"] = node_dict["entity_id"] + node_dict["id"] = node_dict["entity_id"] nodes.append(node_dict) return nodes