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
|
@ -1,12 +1,12 @@
|
|||
"""Support for Enviro pHAT sensors."""
|
||||
from datetime import timedelta
|
||||
import importlib
|
||||
import logging
|
||||
from datetime import timedelta
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import TEMP_CELSIUS, CONF_DISPLAY_OPTIONS, CONF_NAME
|
||||
from homeassistant.const import CONF_DISPLAY_OPTIONS, CONF_NAME, TEMP_CELSIUS
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue