mirror of
https://github.com/home-assistant/core.git
synced 2025-08-23 14:32:38 +02:00
Removed unnecessary import in notify component.
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user