[PR #2148] Fix(docs): InMemoryStore example error #2518

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

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

State: closed
Merged: Yes


When executing the code in the document about InMemoryStore, the following two errors occurred, so I fixed them.

SyntaxError: positional argument follows keyword argument

TypeError: BaseStore.get() missing 1 required positional argument: 'key'

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/2148 **State:** closed **Merged:** Yes --- When executing the code in the document about InMemoryStore, the following two errors occurred, so I fixed them. > SyntaxError: positional argument follows keyword argument > TypeError: BaseStore.get() missing 1 required positional argument: 'key'
yindo added the pull-request label 2026-02-20 17:47:08 -05:00
yindo closed this issue 2026-02-20 17:47:08 -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#2518