Skip to content

Commit

Permalink
Remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Aug 21, 2024
1 parent d85e267 commit d674195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/langgraph/langgraph/pregel/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ def put_writes(self, task_id: str, writes: Sequence[tuple[str, Any]]) -> None:
self.step, [(task, writes)], self.stream_keys
)
)
else:
raise RuntimeError

def tick(
self,
Expand Down

0 comments on commit d674195

Please sign in to comment.