mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
fix a import in test causing vs code to fail to discover (#10358)
* fix a import in test causing vs code to fail to discover * Change style
This commit is contained in:
committed by
Fabian Affolter
parent
de9d19d6f4
commit
28ef564974
@@ -9,7 +9,8 @@ from homeassistant.components.media_player import (
|
||||
SUPPORT_VOLUME_SET, SUPPORT_VOLUME_STEP, SUPPORT_SELECT_SOURCE)
|
||||
from homeassistant.const import STATE_ON, STATE_OFF
|
||||
|
||||
from components.media_player.monoprice import MonopriceZone, PLATFORM_SCHEMA
|
||||
from homeassistant.components.media_player.monoprice import (
|
||||
MonopriceZone, PLATFORM_SCHEMA)
|
||||
|
||||
|
||||
class MockState(object):
|
||||
|
Reference in New Issue
Block a user