From 6add5e387b8a17045bdb66e50d7877aa7888408b Mon Sep 17 00:00:00 2001 From: magnusknutas Date: Tue, 26 Jan 2016 21:41:12 +0100 Subject: [PATCH] Remove unused import --- homeassistant/components/automation/time.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/automation/time.py b/homeassistant/components/automation/time.py index 2f2173dce55..d02765f75c6 100644 --- a/homeassistant/components/automation/time.py +++ b/homeassistant/components/automation/time.py @@ -8,7 +8,6 @@ at https://home-assistant.io/components/automation/#time-trigger """ import logging -from homeassistant.util import convert import homeassistant.util.dt as dt_util from homeassistant.helpers.event import track_time_change