Pylint fixes to ISY component.

This commit is contained in:
Ryan Kraus 2015-08-28 20:18:54 -04:00
parent 936e20bdf7
commit c49cdf7ffd

View file

@ -161,6 +161,7 @@ class ISYDeviceABC(ToggleEntity):
def _attr_filter(self, attr):
""" Placeholder for attribute filters. """
# pylint: disable=no-self-use
return attr
@property