Fix final pep257 issues

This commit is contained in:
Paulus Schoutsen 2016-03-09 23:34:38 -08:00
parent 14a9b9fe3f
commit b9856a2af5
8 changed files with 8 additions and 6 deletions

View file

@ -90,7 +90,7 @@ class MySensorsBinarySensor(BinarySensorDevice):
@property
def should_poll(self):
"""MySensor gateway pushes its state to HA."""
"""Mysensor gateway pushes its state to HA."""
return False
@property