sort imports according to PEP8 for air_quality (#29614)

This commit is contained in:
Bas Nijholt 2019-12-08 13:42:55 +01:00 committed by Franck Nijhof
parent d020486929
commit e510c4ea1d

View file

@ -2,12 +2,12 @@
from datetime import timedelta
import logging
from homeassistant.helpers.entity_component import EntityComponent
from homeassistant.helpers.config_validation import ( # noqa: F401
PLATFORM_SCHEMA,
PLATFORM_SCHEMA_BASE,
)
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.entity_component import EntityComponent
_LOGGER = logging.getLogger(__name__)