Sort imports according to PEP8 for device_automation (#29707)
This commit is contained in:
parent
ea39d5b428
commit
2cd55bbb87
3 changed files with 10 additions and 11 deletions
|
@ -1,12 +1,11 @@
|
|||
"""The test for light device automation."""
|
||||
import pytest
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.components.automation as automation
|
||||
from homeassistant.components.websocket_api.const import TYPE_RESULT
|
||||
from homeassistant.const import STATE_ON, STATE_OFF, CONF_PLATFORM
|
||||
from homeassistant.const import CONF_PLATFORM, STATE_OFF, STATE_ON
|
||||
from homeassistant.helpers import device_registry
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.common import (
|
||||
MockConfigEntry,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue