Skip to content

Commit

Permalink
Update __init__.py (#28911)
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoof85 authored and balloob committed Nov 21, 2019
1 parent 0e14c3f commit c7c7a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/freebox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import logging
import socket

from aiofreepybox import Freepybox
from aiofreepybox.exceptions import HttpRequestError
import voluptuous as vol

from homeassistant.components.discovery import SERVICE_FREEBOX
Expand Down Expand Up @@ -49,8 +51,6 @@ async def discovery_dispatch(service, discovery_info):

async def async_setup_freebox(hass, config, host, port):
"""Start up the Freebox component platforms."""
from aiofreepybox import Freepybox
from aiofreepybox.exceptions import HttpRequestError

app_desc = {
"app_id": "hass",
Expand Down

0 comments on commit c7c7a9a

Please sign in to comment.