Sort imports according to PEP8 for components starting with "K" (#29770)
This commit is contained in:
parent
1dea0c9e34
commit
c49e423c78
5 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue