Sort imports according to PEP8 for components starting with "W" (#29781)

This commit is contained in:
Bas Nijholt 2019-12-09 14:47:53 +01:00 committed by Franck Nijhof
parent 1ab1808307
commit fbf1836997
26 changed files with 77 additions and 82 deletions

View file

@ -9,8 +9,8 @@ from homeassistant.components.water_heater import (
ATTR_OPERATION_MODE,
DOMAIN,
SERVICE_SET_AWAY_MODE,
SERVICE_SET_TEMPERATURE,
SERVICE_SET_OPERATION_MODE,
SERVICE_SET_TEMPERATURE,
)
from homeassistant.const import ATTR_ENTITY_ID, ATTR_TEMPERATURE, ENTITY_MATCH_ALL
from homeassistant.loader import bind_hass