diff --git a/libs/checkpoint/langgraph/checkpoint/base/__init__.py b/libs/checkpoint/langgraph/checkpoint/base/__init__.py index fbc4388d3..4cfa32f5a 100644 --- a/libs/checkpoint/langgraph/checkpoint/base/__init__.py +++ b/libs/checkpoint/langgraph/checkpoint/base/__init__.py @@ -27,7 +27,6 @@ from langgraph.checkpoint.serde.types import ( RESUME, SCHEDULED, ChannelProtocol, - _DeltaSnapshot, ) V = TypeVar("V", int, float, str)