sort imports according to PEP8 for axis (#29621)
This commit is contained in:
parent
c4794572d4
commit
b0d0060643
7 changed files with 10 additions and 15 deletions
|
@ -4,7 +4,7 @@ from unittest.mock import Mock, patch
|
|||
from homeassistant.components import axis
|
||||
from homeassistant.components.axis import config_flow
|
||||
|
||||
from tests.common import mock_coro, MockConfigEntry
|
||||
from tests.common import MockConfigEntry, mock_coro
|
||||
|
||||
|
||||
async def test_configured_devices(hass):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue