Skip to content

Commit 5c71733

Browse files
committed
Removed unused imports
1 parent 63d0c45 commit 5c71733

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_maintenance_events_handling.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import socket
22
import threading
3-
import select
43
from unittest.mock import Mock, patch
54
import pytest
65

@@ -9,8 +8,6 @@
98
from redis.maintenance_events import (
109
MaintenanceEventsConfig,
1110
NodeMigratingEvent,
12-
NodeMigratedEvent,
13-
MaintenanceEventConnectionHandler,
1411
MaintenanceEventPoolHandler,
1512
)
1613

0 commit comments

Comments
 (0)