mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Sort imports according to PEP8 for met (#29699)
This commit is contained in:
committed by
Franck Nijhof
parent
c7b2c09a61
commit
642655b6d7
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user