mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Pylint fixes to ISY component.
This commit is contained in:
@@ -161,6 +161,7 @@ class ISYDeviceABC(ToggleEntity):
|
|||||||
|
|
||||||
def _attr_filter(self, attr):
|
def _attr_filter(self, attr):
|
||||||
""" Placeholder for attribute filters. """
|
""" Placeholder for attribute filters. """
|
||||||
|
# pylint: disable=no-self-use
|
||||||
return attr
|
return attr
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user