1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00

Remove unused import

This commit is contained in:
Paulus Schoutsen
2016-05-21 15:01:55 -07:00
parent 2ed135439a
commit 3bbdd9fedd

View File

@@ -10,7 +10,7 @@ import logging
import datetime
import time
from homeassistant.const import HTTP_OK, TEMP_CELSIUS
from homeassistant.const import TEMP_CELSIUS
from homeassistant.util import Throttle
from homeassistant.helpers.entity import Entity
from homeassistant.loader import get_component