Skip to content

Commit

Permalink
Remove redundant assignment. (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebarbershop committed Mar 16, 2023
1 parent 8bfd492 commit 91ab12a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redis/cluster.py
Expand Up @@ -588,7 +588,6 @@ def __init__(
self.read_from_replicas = read_from_replicas
self.reinitialize_counter = 0
self.reinitialize_steps = reinitialize_steps
self.nodes_manager = None
self.nodes_manager = NodesManager(
startup_nodes=startup_nodes,
from_url=from_url,
Expand Down

0 comments on commit 91ab12a

Please sign in to comment.