From c49cdf7ffd966160d189973c973ac77b9090eb2d Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Fri, 28 Aug 2015 20:18:54 -0400 Subject: [PATCH] Pylint fixes to ISY component. --- homeassistant/components/isy994.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/isy994.py b/homeassistant/components/isy994.py index ad165d64d6c..f5998faeaf8 100644 --- a/homeassistant/components/isy994.py +++ b/homeassistant/components/isy994.py @@ -161,6 +161,7 @@ class ISYDeviceABC(ToggleEntity): def _attr_filter(self, attr): """ Placeholder for attribute filters. """ + # pylint: disable=no-self-use return attr @property