1
0
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:
Bas Nijholt
2019-12-08 17:57:28 +01:00
committed by Fabian Affolter
parent 73c373a0f2
commit f355570f17
19 changed files with 25 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ from homeassistant.components import config
from homeassistant.components.websocket_api.const import TYPE_RESULT
from homeassistant.const import CONF_UNIT_SYSTEM, CONF_UNIT_SYSTEM_IMPERIAL
from homeassistant.util import dt as dt_util, location
from tests.common import mock_coro
ORIG_TIME_ZONE = dt_util.DEFAULT_TIME_ZONE