Skip to content

Commit

Permalink
Updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Apr 3, 2019
1 parent b97803b commit 7ed5e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/openuv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
CONF_LATITUDE, CONF_LONGITUDE, CONF_MONITORED_CONDITIONS, CONF_SENSORS)
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers import aiohttp_client, config_validation as cv
from homeassistant.helpers.auth import authorized_service_call
from homeassistant.helpers.dispatcher import async_dispatcher_send
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.service import authorized_service_call

from .config_flow import configured_instances
from .const import DOMAIN
Expand Down

0 comments on commit 7ed5e30

Please sign in to comment.