use isort to sort imports according to PEP8 for automation (#29620)
This commit is contained in:
parent
a38f3ac9c6
commit
d3f67c3841
30 changed files with 87 additions and 90 deletions
|
@ -5,13 +5,12 @@ import logging
|
|||
from aiohttp import hdrs
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.const import CONF_PLATFORM, CONF_WEBHOOK_ID
|
||||
from homeassistant.core import callback
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
from . import DOMAIN as AUTOMATION_DOMAIN
|
||||
|
||||
|
||||
# mypy: allow-untyped-defs
|
||||
|
||||
DEPENDENCIES = ("webhook",)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue