From 25479802e864155f55dc97dfe164043a85df79ea Mon Sep 17 00:00:00 2001 From: David Date: Wed, 22 Jan 2020 13:35:35 -0500 Subject: [PATCH] remove trailing whitespace to address flake report --- wideq/ac.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wideq/ac.py b/wideq/ac.py index 2966efb..093b197 100644 --- a/wideq/ac.py +++ b/wideq/ac.py @@ -269,8 +269,8 @@ class ACDevice(Device): return value == '0' # Seems backwards, but isn't. except FailedRequestError: # Device does not support reporting display light status - # Since it's probably not changablem the it must be on - return True + # Since it's probably not changable the it must be on + return True def get_volume(self): """Get the speaker volume level."""