isort homekit (#30437)

This commit is contained in:
Jc2k 2020-01-03 15:00:44 +00:00 committed by GitHub
parent 536b201472
commit df6c7b97f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,9 +17,9 @@ from homeassistant.const import (
SERVICE_SET_COVER_POSITION,
SERVICE_STOP_COVER,
STATE_CLOSED,
STATE_CLOSING,
STATE_OPEN,
STATE_OPENING,
STATE_CLOSING,
)
from . import TYPES

View file

@ -14,9 +14,9 @@ from homeassistant.const import (
ATTR_ENTITY_ID,
ATTR_SUPPORTED_FEATURES,
STATE_CLOSED,
STATE_CLOSING,
STATE_OPEN,
STATE_OPENING,
STATE_CLOSING,
STATE_UNAVAILABLE,
STATE_UNKNOWN,
)