sort imports according to PEP8 for lock (#29663)

This commit is contained in:
Bas Nijholt 2019-12-09 12:19:11 +01:00 committed by Franck Nijhof
parent eb47c2b148
commit 3b0f29fe95
9 changed files with 46 additions and 41 deletions

View file

@ -5,10 +5,10 @@ from typing import Iterable, Optional
from homeassistant.const import (
ATTR_ENTITY_ID,
STATE_LOCKED,
STATE_UNLOCKED,
SERVICE_LOCK,
SERVICE_UNLOCK,
STATE_LOCKED,
STATE_UNLOCKED,
)
from homeassistant.core import Context, State
from homeassistant.helpers.typing import HomeAssistantType