use isort to sort imports according to PEP8 for zone (#29712)
This commit is contained in:
parent
2abc9005cc
commit
1790036767
4 changed files with 14 additions and 17 deletions
|
@ -6,8 +6,7 @@ from unittest.mock import Mock
|
|||
from homeassistant import setup
|
||||
from homeassistant.components import zone
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
from tests.common import MockConfigEntry
|
||||
from tests.common import MockConfigEntry, get_test_home_assistant
|
||||
|
||||
|
||||
async def test_setup_entry_successful(hass):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue