mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
use isort to sort imports according to PEP8 for config (#29628)
This commit is contained in:
committed by
Fabian Affolter
parent
73c373a0f2
commit
f355570f17
@@ -7,10 +7,9 @@ import pytest
|
||||
|
||||
from homeassistant.bootstrap import async_setup_component
|
||||
from homeassistant.components import config
|
||||
|
||||
from homeassistant.components.zwave import DATA_NETWORK, const
|
||||
from tests.mock.zwave import MockNode, MockValue, MockEntityValues
|
||||
|
||||
from tests.mock.zwave import MockEntityValues, MockNode, MockValue
|
||||
|
||||
VIEW_NAME = "api:config:zwave:device_config"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user