Sort imports according to PEP8 for sensor (#29683)
This commit is contained in:
parent
9cf3ff319e
commit
df85a50f3b
5 changed files with 15 additions and 16 deletions
|
@ -23,12 +23,11 @@ from homeassistant.const import (
|
|||
DEVICE_CLASS_TEMPERATURE,
|
||||
DEVICE_CLASS_TIMESTAMP,
|
||||
)
|
||||
from homeassistant.helpers.entity_registry import async_entries_for_device
|
||||
from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.helpers.entity_registry import async_entries_for_device
|
||||
|
||||
from . import DOMAIN
|
||||
|
||||
|
||||
# mypy: allow-untyped-defs, no-check-untyped-defs
|
||||
|
||||
DEVICE_CLASS_NONE = "none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue