Sort imports according to PEP8 for hue (#29757)

This commit is contained in:
Bas Nijholt 2019-12-09 13:25:04 +01:00 committed by Franck Nijhof
parent abfcc18004
commit c7cf1b820c
3 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
"""Test Hue setup process."""
from unittest.mock import Mock, patch
from homeassistant.setup import async_setup_component
from homeassistant.components import hue
from homeassistant.setup import async_setup_component
from tests.common import mock_coro, MockConfigEntry
from tests.common import MockConfigEntry, mock_coro
async def test_setup_with_no_config(hass):