Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen15 committed Nov 14, 2024
1 parent 86b012c commit c764de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphiti_core/utils/bulk_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def dedupe_nodes_bulk(

existing_nodes_chunks: list[list[EntityNode]] = list(
await asyncio.gather(
*[get_relevant_nodes(node_chunk, driver) for node_chunk in node_chunks]
*[get_relevant_nodes(driver, node_chunk) for node_chunk in node_chunks]
)
)

Expand Down

0 comments on commit c764de9

Please sign in to comment.