Sort imports according to PEP8 for device_automation (#29707)

This commit is contained in:
Bas Nijholt 2019-12-09 11:24:49 +01:00 committed by Franck Nijhof
parent ea39d5b428
commit 2cd55bbb87
3 changed files with 10 additions and 11 deletions

View file

@ -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,