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-30 14:49:05 -04:00
co-authored by Claude Sonnet 4.6
parent 2d39d536fe
commit baa748e81b
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()