Sort imports according to PEP8 for components starting with "E" (#29765)

This commit is contained in:
Bas Nijholt 2019-12-09 14:10:04 +01:00 committed by Franck Nijhof
parent 96961b9bcc
commit f9e06ca2fd
10 changed files with 29 additions and 33 deletions

View file

@ -5,7 +5,7 @@ import requests
import voluptuous as vol
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import CONF_CURRENCY, POWER_WATT, ENERGY_KILO_WATT_HOUR
from homeassistant.const import CONF_CURRENCY, ENERGY_KILO_WATT_HOUR, POWER_WATT
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity