forked from home-assistant/core
Fix pylint issue
This commit is contained in:
@@ -41,4 +41,3 @@ class DemoBinarySensor(BinarySensorDevice):
|
|||||||
def is_on(self):
|
def is_on(self):
|
||||||
""" True if the binary sensor is on. """
|
""" True if the binary sensor is on. """
|
||||||
return self._state
|
return self._state
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user