Sort imports according to PEP8 for pilight (#29673)
This commit is contained in:
parent
04225ba802
commit
d62993c5af
6 changed files with 25 additions and 26 deletions
|
@ -3,6 +3,7 @@ import datetime
|
|||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components import pilight
|
||||
from homeassistant.components.binary_sensor import PLATFORM_SCHEMA, BinarySensorDevice
|
||||
from homeassistant.const import (
|
||||
|
@ -16,7 +17,6 @@ from homeassistant.helpers import config_validation as cv
|
|||
from homeassistant.helpers.event import track_point_in_time
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONF_VARIABLE = "variable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue