We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428d609 commit 31a1c0bCopy full SHA for 31a1c0b
redis/__init__.py
@@ -56,7 +56,7 @@ def int_or_str(value):
56
try:
57
VERSION = tuple(map(int_or_str, __version__.split(".")))
58
except AttributeError:
59
- VERSION = tuple(99, 99, 99)
+ VERSION = tuple([99, 99, 99])
60
61
__all__ = [
62
"AuthenticationError",
0 commit comments