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

move imports in sonos component (#27938)

This commit is contained in:
Michał Mrozek
2019-10-19 23:52:42 +02:00
committed by cgtobi
parent eeb1bfc6f5
commit bfba46d64a
6 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
"""Tests for the Sonos Media Player platform."""
from homeassistant.components.sonos import media_player, DOMAIN
from homeassistant.components.sonos import DOMAIN, media_player
from homeassistant.setup import async_setup_component