Skip to content

Commit 925152c

Browse files
committed
Remove unused imports
1 parent 414da02 commit 925152c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugwise_usb/messages/requests.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
NodeImageValidationResponse,
3535
NodeInfoResponse,
3636
NodePingResponse,
37-
NodeRejoinResponse,
3837
NodeRemoveResponse,
3938
NodeResponse,
4039
NodeSpecificResponse,

plugwise_usb/network/registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from ..api import NodeType
1111
from ..constants import UTF8
12-
from ..exceptions import CacheError, MessageError, NodeError
12+
from ..exceptions import CacheError, NodeError
1313
from ..helpers.util import validate_mac
1414
from ..messages.requests import (
1515
CirclePlusScanRequest,

0 commit comments

Comments
 (0)