remove unused import

This commit is contained in:
Daniel Høyer Iversen 2018-12-02 15:54:52 +01:00
parent 08dbd792cd
commit fb12294bb7

View file

@ -12,7 +12,6 @@ from datetime import timedelta
import aiohttp import aiohttp
from homeassistant.components.tibber import DOMAIN as TIBBER_DOMAIN from homeassistant.components.tibber import DOMAIN as TIBBER_DOMAIN
from homeassistant.exceptions import PlatformNotReady
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
from homeassistant.util import dt as dt_util from homeassistant.util import dt as dt_util
from homeassistant.util import Throttle from homeassistant.util import Throttle