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:
Sydney Runkle
2026-04-22 14:03:37 -04:00
co-authored by Claude Sonnet 4.6
parent 82fea763c5
commit ec52520389
5 changed files with 27 additions and 25 deletions
@@ -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()