mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Sort imports according to PEP8 for sensor (#29683)
This commit is contained in:
committed by
Franck Nijhof
parent
9cf3ff319e
commit
df85a50f3b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user