Skip to content

Commit e745e01

Browse files
committed
fix line length error
1 parent 7b1455c commit e745e01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

redis/cluster.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,9 @@ def _send_cluster_commands(
19881988
else:
19891989
raise
19901990
nodes[node_name] = NodeCommands(
1991-
redis_node.parse_response, redis_node.connection_pool, connection
1991+
redis_node.parse_response,
1992+
redis_node.connection_pool,
1993+
connection
19921994
)
19931995
break
19941996

0 commit comments

Comments
 (0)