This commit is contained in:
Nuno Campos
2025-03-20 08:24:51 -07:00
parent 7d0857f263
commit 43f5a17416
+1 -1
View File
@@ -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):