Fix lint errors

pull/920/head
Paulus Schoutsen 2016-01-17 16:36:25 -08:00
parent 6dc2501116
commit 06b4fcc2cf
1 changed files with 1 additions and 1 deletions

View File

@ -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)