From 73b4b6ec5b38526d5e993cdbe05bcfc4bb81ff9e Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 18 Jul 2024 15:50:45 -0700 Subject: [PATCH] Lint --- libs/langgraph/langgraph/pregel/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/langgraph/pregel/debug.py b/libs/langgraph/langgraph/pregel/debug.py index 5a317bb26..389c59e81 100644 --- a/libs/langgraph/langgraph/pregel/debug.py +++ b/libs/langgraph/langgraph/pregel/debug.py @@ -110,7 +110,7 @@ def map_debug_task_results( def map_debug_checkpoint( - step: int, # TODO remove arg, it's in metadata + step: int, config: RunnableConfig, channels: Mapping[str, BaseChannel], stream_channels: Union[str, Sequence[str]],