diff --git a/langgraph/channels/binop.py b/langgraph/channels/binop.py index 8c89b3407..03b4b62d8 100644 --- a/langgraph/channels/binop.py +++ b/langgraph/channels/binop.py @@ -5,12 +5,11 @@ from typing import ( Generator, Generic, Optional, - Required, Sequence, Type, ) -from typing_extensions import NotRequired, Self +from typing_extensions import NotRequired, Required, Self from langgraph.channels.base import BaseChannel, Value from langgraph.errors import EmptyChannelError