Sort imports according to PEP8 for sensor (#29683)

This commit is contained in:
Bas Nijholt 2019-12-09 11:57:49 +01:00 committed by Franck Nijhof
parent 9cf3ff319e
commit df85a50f3b
5 changed files with 15 additions and 16 deletions

View file

@ -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"