mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Sort imports according to PEP8 for components starting with "C" (#29763)
This commit is contained in:
committed by
Franck Nijhof
parent
6cc75fc6f3
commit
080c702d4f
@@ -1,10 +1,10 @@
|
||||
"""The tests for the Conversation component."""
|
||||
import pytest
|
||||
|
||||
from homeassistant.core import DOMAIN as HASS_DOMAIN, Context
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components import conversation
|
||||
from homeassistant.core import DOMAIN as HASS_DOMAIN, Context
|
||||
from homeassistant.helpers import intent
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.common import async_mock_intent, async_mock_service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user