Skip to content

Commit 2708435

Browse files
committed
fix lint
1 parent e88a95c commit 2708435

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
@@ -137,7 +137,7 @@ def parse_cluster_shards(resp, **options):
137137
"redis_connect_func",
138138
"password",
139139
"port",
140-
"queue_class", # queue_class is added in redis-py 4.5 (https://github.com/redis/redis-py/pull/2577)
140+
"queue_class", # added in 4.5 (https://github.com/redis/redis-py/pull/2577)
141141
"retry",
142142
"retry_on_timeout",
143143
"socket_connect_timeout",

0 commit comments

Comments
 (0)