style(langgraph): lint

This commit is contained in:
Caspar Broekhuizen
2025-10-08 15:43:31 -07:00
parent 26b7a6da77
commit f2c3b3cc42
+2 -3
View File
@@ -134,7 +134,7 @@ def DuplexStream(*streams: StreamProtocol) -> StreamProtocol:
stream(value)
return StreamProtocol(__call__, {mode for s in streams for mode in s.modes})
class PregelLoop:
config: RunnableConfig
@@ -652,8 +652,7 @@ class PregelLoop:
return hanging_interrupts
def _merge_interrupts(
self,
task_id: str, value: Sequence[Interrupt]
self, task_id: str, value: Sequence[Interrupt]
) -> Sequence[Interrupt]:
"""Normalize interrupt value to list and merge with existing interrupts.