mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 03:39:38 +02:00
Remove commented out line.
This commit is contained in:
@@ -286,7 +286,6 @@ class AsyncSqliteSaver(BaseCheckpointSaver, AbstractAsyncContextManager):
|
||||
LIMIT = f"LIMIT {limit}" if limit else ""
|
||||
|
||||
query = f"{SELECT}{WHERE}{ORDER_BY}{LIMIT}"
|
||||
# params = () if before is None else (str(before["configurable"]["thread_ts"]),)
|
||||
|
||||
# execute query
|
||||
async with self.conn.execute(query, params) as cursor:
|
||||
|
||||
Reference in New Issue
Block a user