Skip to content

Commit

Permalink
fix: add classmethod decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
fahreddinozcan committed Sep 30, 2024
1 parent fbe74ad commit 0e856ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def __init__(
# self.ttl = ttl
super().__init__(redis_client=self.redis_client, ttl=ttl)

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

0 comments on commit 0e856ec

Please sign in to comment.