Removed unnecessary import in notify component.

This commit is contained in:
Ryan Kraus 2015-08-18 22:49:27 -04:00
parent b8b5ac0653
commit a23ab44a6d

View File

@ -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 = []