Skip to content

Commit 21ff2b4

Browse files
committed
Fixed linetrs
1 parent 04c6565 commit 21ff2b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redis/cluster.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,8 @@ def initialize(self):
14361436

14371437
fully_covered = self.check_slots_coverage(tmp_slots)
14381438
if fully_covered:
1439-
# Don't need to continue to the next startup node if all slots are covered
1439+
# Don't need to continue to the next startup node if all
1440+
# slots are covered
14401441
break
14411442

14421443
if not startup_nodes_reachable:

0 commit comments

Comments
 (0)