Skip to content

Commit 8dabafd

Browse files
committed
Remove unused import
1 parent 2747264 commit 8dabafd

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

plugwise_usb/connection/receiver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from __future__ import annotations
1919

2020
from asyncio import (
21-
ensure_future,
2221
Future,
2322
Lock,
2423
PriorityQueue,

plugwise_usb/network/registry.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
NodeRemoveRequest,
1818
PlugwiseRequest,
1919
)
20-
from ..messages.responses import (
21-
CirclePlusScanResponse,
22-
NodeResponseType,
23-
PlugwiseResponse,
24-
)
20+
from ..messages.responses import NodeResponseType, PlugwiseResponse
2521
from .cache import NetworkRegistrationCache
2622

2723
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)