mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 03:09:45 +02:00
chore: apply format/lint fixes across checkpoint, checkpoint-postgres, prebuilt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
2d39d536fe
commit
baa748e81b
@@ -453,8 +453,13 @@ class PostgresSaver(BasePostgresSaver):
|
||||
)
|
||||
""",
|
||||
(
|
||||
thread_id, checkpoint_ns, channel, channel,
|
||||
thread_id, checkpoint_ns, checkpoint_id,
|
||||
thread_id,
|
||||
checkpoint_ns,
|
||||
channel,
|
||||
channel,
|
||||
thread_id,
|
||||
checkpoint_ns,
|
||||
checkpoint_id,
|
||||
),
|
||||
)
|
||||
row = cur.fetchone()
|
||||
|
||||
@@ -414,8 +414,13 @@ class AsyncPostgresSaver(BasePostgresSaver):
|
||||
)
|
||||
""",
|
||||
(
|
||||
thread_id, checkpoint_ns, channel, channel,
|
||||
thread_id, checkpoint_ns, checkpoint_id,
|
||||
thread_id,
|
||||
checkpoint_ns,
|
||||
channel,
|
||||
channel,
|
||||
thread_id,
|
||||
checkpoint_ns,
|
||||
checkpoint_id,
|
||||
),
|
||||
)
|
||||
row = await cur.fetchone()
|
||||
|
||||
Reference in New Issue
Block a user