Fix linting

This commit is contained in:
yangdx 2025-06-25 12:39:43 +08:00
parent da46b341dc
commit 109c2b48be

View file

@ -2000,7 +2000,7 @@ class PGGraphStorage(BaseGraphStorage):
f"Failed to parse node string in batch: {node_dict}" 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) nodes.append(node_dict)
return nodes return nodes