From 46ee7d7b22074dc2f3a7dccf432beb2ac0f24fbb Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sat, 13 Apr 2019 15:32:07 -0600 Subject: [PATCH] Fix test (#23081) --- homeassistant/helpers/service.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/helpers/service.py b/homeassistant/helpers/service.py index 58f127ac707..1cfbf9e3c5f 100644 --- a/homeassistant/helpers/service.py +++ b/homeassistant/helpers/service.py @@ -19,8 +19,6 @@ import homeassistant.helpers.config_validation as cv from homeassistant.util.async_ import run_coroutine_threadsafe from homeassistant.helpers.typing import HomeAssistantType -from .typing import HomeAssistantType - CONF_SERVICE = 'service' CONF_SERVICE_TEMPLATE = 'service_template' CONF_SERVICE_ENTITY_ID = 'entity_id'