Skip to content

Commit e48269c

Browse files
committed
ruff
1 parent 2094545 commit e48269c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/neo4j_graphrag/experimental/pipeline/pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ async def _run(self, run_id: str, data: dict[str, Any]) -> PipelineResult:
581581
result=await self.get_final_results(orchestrator.run_id),
582582
)
583583
await self.event_notifier.notify_pipeline_finished(
584-
run_id, await self.get_final_results(run_id),
584+
run_id,
585+
await self.get_final_results(run_id),
585586
)
586587
return result

0 commit comments

Comments
 (0)