isort ZHA imports. (#25660)

This commit is contained in:
Alexei Chetroi 2019-08-02 10:37:21 -04:00 committed by GitHub
parent 10adae4b3b
commit 0c561aec4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 60 additions and 60 deletions

View file

@ -14,9 +14,9 @@ from homeassistant.core import callback
from homeassistant.helpers.dispatcher import async_dispatcher_connect
from .core.const import (
CHANNEL_FAN,
DATA_ZHA,
DATA_ZHA_DISPATCHERS,
CHANNEL_FAN,
SIGNAL_ATTR_UPDATED,
ZHA_DISCOVERY_NEW,
)