mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 04:37:51 +02:00
Apply patch
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user