gzdaniel commited on
Commit
fe59589
·
1 Parent(s): fef0468

Fix linting

Browse files
Files changed (1) hide show
  1. lightrag/kg/postgres_impl.py +1 -1
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