Fix linting
Browse files
lightrag/kg/postgres_impl.py
CHANGED
@@ -2000,7 +2000,7 @@ class PGGraphStorage(BaseGraphStorage):
|
|
2000 |
f"Failed to parse node string in batch: {node_dict}"
|
2001 |
)
|
2002 |
|
2003 |
-
node_dict["id"] = node_dict["entity_id"]
|
2004 |
nodes.append(node_dict)
|
2005 |
|
2006 |
return nodes
|
|
|
2000 |
f"Failed to parse node string in batch: {node_dict}"
|
2001 |
)
|
2002 |
|
2003 |
+
node_dict["id"] = node_dict["entity_id"]
|
2004 |
nodes.append(node_dict)
|
2005 |
|
2006 |
return nodes
|