1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Sort imports according to PEP8 for remote (#29749)

This commit is contained in:
Bas Nijholt
2019-12-09 13:09:16 +01:00
committed by Franck Nijhof
parent c4a6f265e8
commit f81e608cc1
3 changed files with 17 additions and 18 deletions

View File

@@ -17,9 +17,9 @@ from homeassistant.components.remote import (
)
from homeassistant.const import (
ATTR_ENTITY_ID,
ENTITY_MATCH_ALL,
SERVICE_TURN_OFF,
SERVICE_TURN_ON,
ENTITY_MATCH_ALL,
)
from homeassistant.loader import bind_hass