1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Sort imports according to PEP8 for switch (#29654)

This commit is contained in:
Bas Nijholt
2019-12-08 18:50:17 +01:00
committed by Franck Nijhof
parent 3d64405896
commit e0b82440ad
12 changed files with 45 additions and 42 deletions

View File

@@ -6,9 +6,9 @@ components. Instead call the service directly.
from homeassistant.components.switch import DOMAIN
from homeassistant.const import (
ATTR_ENTITY_ID,
ENTITY_MATCH_ALL,
SERVICE_TURN_OFF,
SERVICE_TURN_ON,
ENTITY_MATCH_ALL,
)
from homeassistant.loader import bind_hass