Skip to content

Commit

Permalink
Update llama-index-integrations/storage/chat_store/llama-index-storag…
Browse files Browse the repository at this point in the history
…e-chat-store-upstash/llama_index/storage/chat_store/upstash/base.py
  • Loading branch information
logan-markewich authored Sep 30, 2024
1 parent 0743b4c commit 65f9484
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def __init__(
super().__init__(ttl=ttl)

@classmethod
def class_name(self) -> str:
@classmethod
def class_name(cls) -> str:
"""
Get the class name.
Expand Down

0 comments on commit 65f9484

Please sign in to comment.