From 8a3581126235eafb7844b8c176a61adcbc2e814a Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 13 Oct 2023 12:27:03 +0100 Subject: [PATCH] Lint --- examples/runnable-pregel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/runnable-pregel.py b/examples/runnable-pregel.py index 0bb94a660..5666fca29 100644 --- a/examples/runnable-pregel.py +++ b/examples/runnable-pregel.py @@ -72,7 +72,7 @@ editor_chain = ( | JsonOutputFunctionsParser(args_only=False) ) -# state +# channels question = channels.LastValue[str]("question")