Skip to content

Commit e17d481

Browse files
committed
Remove unused import
1 parent 2747264 commit e17d481

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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)