mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 07:10:09 -07:00
Trailing whitespace
This commit is contained in:
parent
9533bb8ec1
commit
f33be0f99d
@ -96,7 +96,7 @@ class DryerDevice(Device):
|
||||
# Abort if monitoring has not started yet.
|
||||
if not hasattr(self, 'mon'):
|
||||
return None
|
||||
|
||||
|
||||
data = self.mon.poll()
|
||||
if data:
|
||||
res = self.model.decode_monitor(data)
|
||||
|
@ -48,7 +48,7 @@ class WasherDevice(Device):
|
||||
# Abort if monitoring has not started yet.
|
||||
if not hasattr(self, 'mon'):
|
||||
return None
|
||||
|
||||
|
||||
data = self.mon.poll()
|
||||
if data:
|
||||
res = self.model.decode_monitor(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user