Sort imports according to PEP8 for met (#29699)

This commit is contained in:
Bas Nijholt 2019-12-09 11:43:00 +01:00 committed by Franck Nijhof
parent c7b2c09a61
commit 642655b6d7
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
"""Tests for Met.no config flow."""
from unittest.mock import Mock, patch
from tests.common import MockConfigEntry, mock_coro
from homeassistant.const import CONF_ELEVATION, CONF_LATITUDE, CONF_LONGITUDE
from homeassistant.components.met import config_flow
from homeassistant.const import CONF_ELEVATION, CONF_LATITUDE, CONF_LONGITUDE
from tests.common import MockConfigEntry, mock_coro
async def test_show_config_form():