Sort imports according to PEP8 for components starting with "K" (#29770)

This commit is contained in:
Bas Nijholt 2019-12-09 14:25:18 +01:00 committed by Franck Nijhof
parent 1dea0c9e34
commit c49e423c78
5 changed files with 12 additions and 13 deletions

View file

@ -1,9 +1,8 @@
"""Support for KEBA charging station sensors."""
import logging
from homeassistant.const import ENERGY_KILO_WATT_HOUR
from homeassistant.const import DEVICE_CLASS_POWER, ENERGY_KILO_WATT_HOUR
from homeassistant.helpers.entity import Entity
from homeassistant.const import DEVICE_CLASS_POWER
from . import DOMAIN