mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +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,9 +3,8 @@ import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.core import callback, CoreState
|
||||
from homeassistant.const import CONF_PLATFORM, CONF_EVENT, EVENT_HOMEASSISTANT_STOP
|
||||
|
||||
from homeassistant.const import CONF_EVENT, CONF_PLATFORM, EVENT_HOMEASSISTANT_STOP
|
||||
from homeassistant.core import CoreState, callback
|
||||
|
||||
# mypy: allow-untyped-defs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user