Skip to content

Commit

Permalink
Fixes incorrect class names in __all__
Browse files Browse the repository at this point in the history
Changes "Cache" to "Memory".
  • Loading branch information
Torantulino authored Apr 9, 2023
1 parent a34c51b commit d1777e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/memory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def get_memory(cfg, init=False):
__all__ = [
"get_memory",
"LocalCache",
"RedisCache",
"PineconeCache",
"RedisMemory",
"PineconeMemory",
]

0 comments on commit d1777e3

Please sign in to comment.