Update ruff

This commit is contained in:
Nuno Campos
2024-08-27 10:50:39 -07:00
parent 8c2fefcb28
commit 330c91f622
31 changed files with 237 additions and 240 deletions
+3 -3
View File
@@ -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)