sort imports according to PEP8 for ads (#29613)

This commit is contained in:
Bas Nijholt 2019-12-08 13:43:32 +01:00 committed by Franck Nijhof
parent e510c4ea1d
commit f5a1b32be0
6 changed files with 19 additions and 20 deletions

View file

@ -11,7 +11,7 @@ from homeassistant.components.binary_sensor import (
from homeassistant.const import CONF_DEVICE_CLASS, CONF_NAME
import homeassistant.helpers.config_validation as cv
from . import CONF_ADS_VAR, DATA_ADS, AdsEntity, STATE_KEY_STATE
from . import CONF_ADS_VAR, DATA_ADS, STATE_KEY_STATE, AdsEntity
_LOGGER = logging.getLogger(__name__)