forked from home-assistant/core
use isort to sort imports according to PEP8 for cloud (#29626)
This commit is contained in:
committed by
Fabian Affolter
parent
e4e9cdce73
commit
fbd4cf1089
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user