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

@ -9,11 +9,12 @@ from homeassistant.bootstrap import async_setup_component
from homeassistant.components.mqtt import MQTT_PUBLISH_SCHEMA
import homeassistant.components.snips as snips
from homeassistant.helpers.intent import ServiceIntentHandler, async_register
from tests.common import (
async_fire_mqtt_message,
async_mock_intent,
async_mock_service,
async_mock_mqtt_component,
async_mock_service,
)