Apply patch

This commit is contained in:
open-swe-dev[bot]
2025-07-15 23:39:24 +00:00
parent 2126380cf1
commit 7fcb4330ec
3 changed files with 0 additions and 3 deletions
@@ -458,4 +458,3 @@ class PostgresSaver(BasePostgresSaver):
__all__ = ["PostgresSaver", "BasePostgresSaver", "ShallowPostgresSaver", "Conn"]
@@ -561,4 +561,3 @@ class AsyncPostgresSaver(BasePostgresSaver):
__all__ = ["AsyncPostgresSaver", "AsyncShallowPostgresSaver", "Conn"]
@@ -957,4 +957,3 @@ class AsyncShallowPostgresSaver(BasePostgresSaver):
return asyncio.run_coroutine_threadsafe(
self.aput_writes(config, writes, task_id, task_path), self.loop
).result()