mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix lint errors
This commit is contained in:
parent
6dc2501116
commit
06b4fcc2cf
@ -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
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/rpi_gpio/
|
https://home-assistant.io/components/rpi_gpio/
|
||||||
"""
|
"""
|
||||||
|
# pylint: disable=import-error
|
||||||
import logging
|
import logging
|
||||||
from homeassistant.const import (EVENT_HOMEASSISTANT_START,
|
from homeassistant.const import (EVENT_HOMEASSISTANT_START,
|
||||||
EVENT_HOMEASSISTANT_STOP)
|
EVENT_HOMEASSISTANT_STOP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user