There was an error while loading. Please reload this page.
1 parent cbabe8a commit 5f86d98Copy full SHA for 5f86d98
redis/asyncio/cluster.py
@@ -749,7 +749,7 @@ def __init__(
749
max_connections: int = 2 ** 31,
750
connection_class: Type[Connection] = Connection,
751
response_callbacks: Dict = RedisCluster.RESPONSE_CALLBACKS,
752
- **connection_kwargs,
+ **connection_kwargs: Any,
753
) -> None:
754
if host == "localhost":
755
host = socket.gethostbyname(host)
0 commit comments