mirror of
https://github.com/home-assistant/core.git
synced 2025-11-04 16:39:28 +00:00
Fix pylint issue
This commit is contained in:
@@ -41,4 +41,3 @@ class DemoBinarySensor(BinarySensorDevice):
|
||||
def is_on(self):
|
||||
""" True if the binary sensor is on. """
|
||||
return self._state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user