Skip to content

Commit 0744ee5

Browse files
committed
Fixing linters
1 parent bed2e40 commit 0744ee5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

redis/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import copy
2-
import logging
32
import re
43
import threading
54
import time

redis/maintenance_events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ def handle_node_moving_event(self, event: NodeMovingEvent):
371371

372372
# take care for the inactive connections in the pool
373373
# delete them and create new ones
374-
start_time_2 = time.time()
375374
self.pool.disconnect_and_reconfigure_free_connections(
376375
tmp_host_address=event.new_node_host,
377376
tmp_relax_timeout=self.config.relax_timeout,

0 commit comments

Comments
 (0)