Sort imports according to PEP8 for scene (#29750)

This commit is contained in:
Bas Nijholt 2019-12-09 13:12:43 +01:00 committed by Franck Nijhof
parent 127d84edd1
commit 76debf4c88
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ All containing methods are legacy helpers that should not be used by new
components. Instead call the service directly.
"""
from homeassistant.components.scene import DOMAIN
from homeassistant.const import ATTR_ENTITY_ID, SERVICE_TURN_ON, ENTITY_MATCH_ALL
from homeassistant.const import ATTR_ENTITY_ID, ENTITY_MATCH_ALL, SERVICE_TURN_ON
from homeassistant.loader import bind_hass