Sort imports according to PEP8 for components starting with "B" (#29762)

This commit is contained in:
Bas Nijholt 2019-12-09 13:52:18 +01:00 committed by Franck Nijhof
parent df74272ba6
commit 73de69896b
23 changed files with 59 additions and 61 deletions

View file

@ -2,15 +2,14 @@
import logging
import voluptuous as vol
from bizkaibus.bizkaibus import BizkaibusData
import homeassistant.helpers.config_validation as cv
import voluptuous as vol
from homeassistant.const import CONF_NAME
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import CONF_NAME
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
ATTR_DUE_IN = "Due in"