use isort to sort imports according to PEP8 for cloud (#29626)

This commit is contained in:
Bas Nijholt
2019-12-08 18:01:12 +01:00
committed by Fabian Affolter
parent e4e9cdce73
commit fbd4cf1089
17 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
"""Tests for the cloud component."""
from unittest.mock import patch
from homeassistant.setup import async_setup_component
from homeassistant.components import cloud
from homeassistant.components.cloud import const
from homeassistant.setup import async_setup_component
from tests.common import mock_coro