Sort imports according to PEP8 for components starting with "U" (#29779)
* use isort to sort imports for components starting with 'u' * add 'pylint: disable=import-error' to the right place
This commit is contained in:
parent
80c344d3a8
commit
e37443f10c
13 changed files with 55 additions and 56 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Support for Home Assistant Updater binary sensors."""
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.components.binary_sensor import BinarySensorDevice
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
|
||||
from . import ATTR_NEWEST_VERSION, ATTR_RELEASE_NOTES, DISPATCHER_REMOTE_UPDATE, Updater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue