1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

sort imports according to PEP8 for axis (#29621)

This commit is contained in:
Bas Nijholt
2019-12-08 15:44:04 +01:00
committed by Franck Nijhof
parent c4794572d4
commit b0d0060643
7 changed files with 10 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
"""Test Axis component setup process."""
from unittest.mock import Mock, patch
from homeassistant.setup import async_setup_component
from homeassistant.components import axis
from homeassistant.setup import async_setup_component
from tests.common import mock_coro, MockConfigEntry
from tests.common import MockConfigEntry, mock_coro
async def test_setup(hass):