mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 02:07:52 +02:00
Update ruff
This commit is contained in:
@@ -57,9 +57,9 @@ class MemorySaverAssertImmutable(MemorySaver):
|
||||
)
|
||||
== saved
|
||||
)
|
||||
self.storage_for_copies[thread_id][checkpoint_ns][
|
||||
checkpoint["id"]
|
||||
] = self.serde.dumps_typed(copy_checkpoint(checkpoint))
|
||||
self.storage_for_copies[thread_id][checkpoint_ns][checkpoint["id"]] = (
|
||||
self.serde.dumps_typed(copy_checkpoint(checkpoint))
|
||||
)
|
||||
# call super to write checkpoint
|
||||
return super().put(config, checkpoint, metadata, new_versions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user