From 1fa327cb2810919c792838f247eb459ff601d913 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 31 May 2024 14:48:35 -0700 Subject: [PATCH] Lint --- langgraph/pregel/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langgraph/pregel/io.py b/langgraph/pregel/io.py index 3bd5c0a34..fc1fc38ea 100644 --- a/langgraph/pregel/io.py +++ b/langgraph/pregel/io.py @@ -4,7 +4,7 @@ from typing import Any, Iterator, Mapping, Optional, Sequence, TypeVar, Union from langchain_core.runnables.utils import AddableDict from langgraph.channels.base import BaseChannel, EmptyChannelError -from langgraph.constants import TAG_HIDDEN, TASKS +from langgraph.constants import TAG_HIDDEN from langgraph.pregel.log import logger from langgraph.pregel.types import PregelExecutableTask