Sort imports according to PEP8 for hue (#29757)
This commit is contained in:
parent
abfcc18004
commit
c7cf1b820c
3 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue