Skip to content

Commit fe36a36

Browse files
committed
Remove unused import
1 parent 7328046 commit fe36a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
NodeRemoveRequest,
1818
PlugwiseRequest,
1919
)
20-
from ..messages.responses import NodeResponseType, PlugwiseResponse
20+
from ..messages.responses import PlugwiseResponse
2121
from .cache import NetworkRegistrationCache
2222

2323
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)