Sort imports according to PEP8 for components starting with "B" (#29762)
This commit is contained in:
parent
df74272ba6
commit
73de69896b
23 changed files with 59 additions and 61 deletions
|
@ -2,14 +2,13 @@
|
|||
from functools import partial
|
||||
import logging
|
||||
|
||||
import smbus # pylint: disable=import-error
|
||||
from i2csense.bh1750 import BH1750 # pylint: disable=import-error
|
||||
|
||||
import smbus # pylint: disable=import-error
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import CONF_NAME, DEVICE_CLASS_ILLUMINANCE
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue