More lint fixes

This commit is contained in:
rospogrigio
2020-09-28 15:36:04 +02:00
committed by rospogrigio
parent 32850b973d
commit deeaf0e9eb
2 changed files with 3 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ class TuyaInterface:
def _decode_received_data(self, data, is_status):
"""Decode the response data received from the device."""
# is_status may be True (result of a status request)
# is_status may be True (result of a status request)
# or False (result of a set_dps request)
result = data[20:-8] # hard coded offsets
if self.dev_type != "type_0a":