Fix linting
This commit is contained in:
parent
da46b341dc
commit
109c2b48be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue