From dff73f078d2f4fb85cb5e3b5da67f7f1aef0915a Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 25 Apr 2025 22:01:06 +0800 Subject: [PATCH] Fix linting --- lightrag/kg/neo4j_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/kg/neo4j_impl.py b/lightrag/kg/neo4j_impl.py index 84b654f2..3c57ae34 100644 --- a/lightrag/kg/neo4j_impl.py +++ b/lightrag/kg/neo4j_impl.py @@ -1058,7 +1058,7 @@ class Neo4JStorage(BaseGraphStorage): result = KnowledgeGraph() visited_nodes = set() visited_edges = set() - visited_edge_pairs = set() # Used to track processed edge pairs (sorted source_id, target_id) + visited_edge_pairs = set() # Get the starting node's data async with self._driver.session(