mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
use isort to sort imports according to PEP8 for automation (#29620)
This commit is contained in:
committed by
Fabian Affolter
parent
a38f3ac9c6
commit
d3f67c3841
@@ -3,12 +3,11 @@ import json
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.components import mqtt
|
||||
from homeassistant.const import CONF_PLATFORM, CONF_PAYLOAD
|
||||
from homeassistant.const import CONF_PAYLOAD, CONF_PLATFORM
|
||||
from homeassistant.core import callback
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
|
||||
# mypy: allow-untyped-defs
|
||||
|
||||
CONF_ENCODING = "encoding"
|
||||
|
||||
Reference in New Issue
Block a user