fix(langgraph): cleanup rebase error

This commit is contained in:
Caspar Broekhuizen
2025-10-08 15:43:31 -07:00
parent 9893a1602a
commit 26b7a6da77
+1 -1
View File
@@ -2998,7 +2998,7 @@ class Pregel(
[
t
for t in loop.tasks.values()
if not t.writes and t.id not in loop.task_ids_to_block
if not t.writes and t.id not in loop.skipped_task_ids
],
timeout=self.step_timeout,
get_waiter=get_waiter,