mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Sort imports according to PEP8 for components starting with "B" (#29762)
This commit is contained in:
committed by
Franck Nijhof
parent
df74272ba6
commit
73de69896b
@@ -3,7 +3,7 @@ import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.binary_sensor import BinarySensorDevice, PLATFORM_SCHEMA
|
||||
from homeassistant.components.binary_sensor import PLATFORM_SCHEMA, BinarySensorDevice
|
||||
from homeassistant.const import CONF_MONITORED_CONDITIONS
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user