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 components starting with "S" (#29777)

This commit is contained in:
Bas Nijholt
2019-12-09 14:38:01 +01:00
committed by Franck Nijhof
parent 21816eeed4
commit 23b92b2a56
53 changed files with 170 additions and 171 deletions

View File

@@ -6,7 +6,6 @@ from asynctest import Mock, patch
from pysmartthings import InstalledAppStatus, OAuthToken
import pytest
from homeassistant.setup import async_setup_component
from homeassistant.components import cloud, smartthings
from homeassistant.components.smartthings.const import (
CONF_CLOUDHOOK_URL,
@@ -20,6 +19,7 @@ from homeassistant.components.smartthings.const import (
)
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers.dispatcher import async_dispatcher_connect
from homeassistant.setup import async_setup_component
from tests.common import MockConfigEntry