Sort imports according to PEP8 for components starting with "E" (#29765)
This commit is contained in:
parent
96961b9bcc
commit
f9e06ca2fd
10 changed files with 29 additions and 33 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue