mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 04:07:52 +02:00
Test all checkpointers everywhere we test 1 of them
This commit is contained in:
@@ -74,15 +74,6 @@ class MemorySaverAssertCheckpointMetadata(MemorySaver):
|
||||
should produce a side effect that can be asserted.
|
||||
"""
|
||||
|
||||
serde = NoopSerializer()
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
*,
|
||||
serde: Optional[SerializerProtocol] = None,
|
||||
) -> None:
|
||||
super().__init__(serde=serde)
|
||||
|
||||
def put(
|
||||
self,
|
||||
config: RunnableConfig,
|
||||
|
||||
Reference in New Issue
Block a user