Skip to content

Commit babedf3

Browse files
committed
Remove redundant assert
1 parent 367fd30 commit babedf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise/nodes/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
NodeInfoResponse,
1818
NodeJoinAckResponse,
1919
NodePingResponse,
20-
NodeResponse,
2120
)
2221
from ..util import validate_mac, version_to_model
2322

@@ -180,7 +179,6 @@ def _request_ping(self, callback=None, ignore_sensor=True):
180179

181180
def message_for_node(self, message):
182181
"""Process received message."""
183-
assert isinstance(message, NodeResponse)
184182
if message.mac == self._mac:
185183
if message.timestamp is not None:
186184
_LOGGER.debug(

0 commit comments

Comments
 (0)