mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
5152a96fce
Fixes #5781 Fixes the incorrect import statement in the Python documentation tutorial. - Changed import from `MemorySaver` to `InMemorySaver` - Ensures consistency between import statement and class instantiation - Verified through formatting and linting checks The documentation now correctly reflects the proper import for the InMemorySaver class. --------- Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>