Skip to content

Commit 576e590

Browse files
committed
add trailing comma
1 parent e745e01 commit 576e590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ def _send_cluster_commands(
19901990
nodes[node_name] = NodeCommands(
19911991
redis_node.parse_response,
19921992
redis_node.connection_pool,
1993-
connection
1993+
connection,
19941994
)
19951995
break
19961996

0 commit comments

Comments
 (0)