mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Sort imports according to PEP8 for hue (#29757)
This commit is contained in:
committed by
Franck Nijhof
parent
abfcc18004
commit
c7cf1b820c
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user