Sort imports according to PEP8 for met (#29699)
This commit is contained in:
parent
c7b2c09a61
commit
642655b6d7
4 changed files with 7 additions and 6 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue