fix(docs): broken URL in _AIO_ERROR_MSG for AsyncSqliteSaver (#5483)

remove unreachable `yield` from unimplemented async methods

---------

Co-authored-by: Nuno Campos <nuno@langchain.dev>
This commit is contained in:
jito
2025-07-17 12:26:22 +00:00
committed by GitHub
co-authored by Nuno Campos
parent 48446bcbd2
commit 79b4642e55
@@ -29,7 +29,7 @@ _AIO_ERROR_MSG = (
"from langgraph.checkpoint.sqlite.aio import AsyncSqliteSaver\n"
"Note: AsyncSqliteSaver requires the aiosqlite package to use.\n"
"Install with:\n`pip install aiosqlite`\n"
"See https://langchain-ai.github.io/langgraph/reference/checkpoints/asyncsqlitesaver"
"See https://langchain-ai.github.io/langgraph/reference/checkpoints/#langgraph.checkpoint.sqlite.aio.AsyncSqliteSaver"
"for more information."
)