Skip to content

Commit

Permalink
import list
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 6, 2023
1 parent d469488 commit 30f0d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/langchain/tests/unit_tests/storage/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
EXPECTED_ALL = [
"EncoderBackedStore",
"InMemoryStore",
"InMemoryByteStore",
"LocalFileStore",
"RedisStore",
"create_lc_store",
"create_kv_docstore",
"UpstashRedisByteStore",
"UpstashRedisStore",
]

Expand Down

0 comments on commit 30f0d8e

Please sign in to comment.