mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 15:20:09 -07:00
remove trailing whitespace to address flake report
This commit is contained in:
parent
547f666118
commit
25479802e8
@ -269,7 +269,7 @@ class ACDevice(Device):
|
|||||||
return value == '0' # Seems backwards, but isn't.
|
return value == '0' # Seems backwards, but isn't.
|
||||||
except FailedRequestError:
|
except FailedRequestError:
|
||||||
# Device does not support reporting display light status
|
# Device does not support reporting display light status
|
||||||
# Since it's probably not changablem the it must be on
|
# Since it's probably not changable the it must be on
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def get_volume(self):
|
def get_volume(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user