Fixed Flake8 error

This commit is contained in:
Danielhiversen 2015-02-05 18:39:03 +01:00
parent cb9ad467af
commit 76d14157ec
2 changed files with 1 additions and 11 deletions

View file

@ -90,5 +90,5 @@ class TellstickLight(ToggleDevice):
last_command == tellcore_constants.TELLSTICK_UP or
last_command == tellcore_constants.TELLSTICK_DOWN):
last_sent_value = self.tellstick.last_sent_value()
if not last_sent_value is None:
if last_sent_value is not None:
self.brightness = last_sent_value