Fix pylint style

pull/665/head
badele 2015-11-26 08:12:04 +01:00
parent 4bd0db30c9
commit a33220db7f
3 changed files with 3 additions and 3 deletions

View File

@ -147,4 +147,4 @@ class RfxtrxLight(Light):
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
self._state = False
self.update_ha_state()
self.update_ha_state()

View File

@ -94,4 +94,4 @@ def get_rfx_object(packetid):
return obj
return None
return None

View File

@ -145,4 +145,4 @@ class RfxtrxSwitch(SwitchDevice):
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
self._state = False
self.update_ha_state()
self.update_ha_state()