mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +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.helpers import config_per_platform
|
||||
|
||||
from homeassistant.const import CONF_PLATFORM, CONF_NAME
|
||||
from homeassistant.const import CONF_NAME
|
||||
|
||||
DOMAIN = "notify"
|
||||
DEPENDENCIES = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user