Skip to content

Commit

Permalink
checkpoint: fix namespace issues (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Sep 30, 2024
1 parent 9ad617b commit 7071817
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/checkpoint/tests/test_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pytest_mock import MockerFixture

from langgraph.store.base import GetOp, Item, Op, Result
from langgraph.store.batch import AsyncBatchedBaseStore
from langgraph.store.base.batch import AsyncBatchedBaseStore
from langgraph.store.memory import InMemoryStore


Expand Down

0 comments on commit 7071817

Please sign in to comment.