Removed unnecessary import in notify component.
parent
b8b5ac0653
commit
a23ab44a6d
homeassistant/components/notify
|
@ -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…
Reference in New Issue