Sort imports according to PEP8 for components starting with "I" (#29769)
This commit is contained in:
parent
710680d604
commit
14779ce3d0
20 changed files with 60 additions and 58 deletions
|
@ -4,8 +4,8 @@ from unittest.mock import patch
|
|||
import pytest
|
||||
|
||||
from homeassistant import config_entries, data_entry_flow
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components import ios
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.common import mock_component, mock_coro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue