use isort to sort imports according to PEP8 for zone (#29712)

This commit is contained in:
Bas Nijholt 2019-12-09 09:38:38 +01:00 committed by Paulus Schoutsen
parent 2abc9005cc
commit 1790036767
4 changed files with 14 additions and 17 deletions

View file

@ -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):