From f1eda430cd2e24f6455e78f1cd1cb26b5cf27835 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 12 May 2016 00:13:48 -0700 Subject: [PATCH] Update rpi_rf.py --- homeassistant/components/switch/rpi_rf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/rpi_rf.py b/homeassistant/components/switch/rpi_rf.py index 2b090af0320..b96a1d70dc5 100644 --- a/homeassistant/components/switch/rpi_rf.py +++ b/homeassistant/components/switch/rpi_rf.py @@ -14,7 +14,7 @@ REQUIREMENTS = ['rpi-rf==0.9.5'] _LOGGER = logging.getLogger(__name__) -# pylint: disable=unused-argument +# pylint: disable=unused-argument, import-error def setup_platform(hass, config, add_devices_callback, discovery_info=None): """Find and return switches controlled by a generic RF device via GPIO.""" import rpi_rf