Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 17, 2025
1 parent 0f67774 commit dd8a4a0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ async def awith_store(store_name: Optional[str]) -> Any:
]
ALL_STORES_SYNC = ["in_memory"]
ALL_STORES_ASYNC = ["in_memory"]
REGULAR_CHECKPOINTERS_ASYNC = [
# "memory",
"mongodb_aio",
]

0 comments on commit dd8a4a0

Please sign in to comment.