From 06b4fcc2cf8ffdd93f666eac917c0d8caa1c78a8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 17 Jan 2016 16:36:25 -0800 Subject: [PATCH] Fix lint errors --- homeassistant/components/rpi_gpio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/rpi_gpio.py b/homeassistant/components/rpi_gpio.py index bb0d7b841be..8d75bf4a366 100644 --- a/homeassistant/components/rpi_gpio.py +++ b/homeassistant/components/rpi_gpio.py @@ -6,7 +6,7 @@ Allows to control the GPIO pins of a Raspberry Pi. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/rpi_gpio/ """ - +# pylint: disable=import-error import logging from homeassistant.const import (EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)