Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
kysre committed Jan 29, 2024
1 parent d08e922 commit d2ce2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_redis/client/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def hkeys(
self,
name: str,
client: Optional[Redis] = None,
) -> List:
) -> List[Any]:
"""
Return a list of keys in hash name.
"""
Expand Down

0 comments on commit d2ce2fa

Please sign in to comment.