[PR #5797] fix(docs): Correct import statement for InMemorySaver in conceptual docs #4653

Closed
opened 2026-02-20 17:50:32 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5797

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5797 **State:** closed **Merged:** Yes --- 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.
yindo added the pull-request label 2026-02-20 17:50:32 -05:00
yindo closed this issue 2026-02-20 17:50:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4653