mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
Lint
This commit is contained in:
@@ -600,7 +600,7 @@ class PregelLoop(LoopProtocol):
|
||||
)
|
||||
)
|
||||
# this can be set only when there are input_writes
|
||||
updated_channels: set[str] | None = None
|
||||
updated_channels: Union[set[str]] = None
|
||||
|
||||
# map command to writes
|
||||
if isinstance(self.input, Command):
|
||||
|
||||
Reference in New Issue
Block a user