Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit d3ef787

Browse files
committed
Fix syntax error on py27 environments
1 parent d69d290 commit d3ef787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rediscluster/nodemanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def get_redis_link(self, host, port, decode_responses=False):
196196
host=host,
197197
port=port,
198198
decode_responses=decode_responses,
199-
**connection_kwargs,
199+
**connection_kwargs
200200
)
201201

202202
def initialize(self):

0 commit comments

Comments
 (0)