Sort imports according to PEP8 for components starting with "I" (#29769)
This commit is contained in:
parent
710680d604
commit
14779ce3d0
20 changed files with 60 additions and 58 deletions
|
@ -4,11 +4,11 @@ import logging
|
|||
from typing import Iterable, Optional
|
||||
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_ID,
|
||||
SERVICE_TURN_OFF,
|
||||
SERVICE_TURN_ON,
|
||||
STATE_ON,
|
||||
STATE_OFF,
|
||||
ATTR_ENTITY_ID,
|
||||
STATE_ON,
|
||||
)
|
||||
from homeassistant.core import Context, State
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue