mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Removed unnecessary import in notify component.
This commit is contained in:
parent
b8b5ac0653
commit
a23ab44a6d
@ -10,7 +10,7 @@ import logging
|
|||||||
from homeassistant.loader import get_component
|
from homeassistant.loader import get_component
|
||||||
from homeassistant.helpers import config_per_platform
|
from homeassistant.helpers import config_per_platform
|
||||||
|
|
||||||
from homeassistant.const import CONF_PLATFORM, CONF_NAME
|
from homeassistant.const import CONF_NAME
|
||||||
|
|
||||||
DOMAIN = "notify"
|
DOMAIN = "notify"
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user