Pylint fixes to ISY component.
This commit is contained in:
parent
936e20bdf7
commit
c49cdf7ffd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue