mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00: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:
parent
de9d19d6f4
commit
28ef564974
@ -9,7 +9,8 @@ from homeassistant.components.media_player import (
|
|||||||
SUPPORT_VOLUME_SET, SUPPORT_VOLUME_STEP, SUPPORT_SELECT_SOURCE)
|
SUPPORT_VOLUME_SET, SUPPORT_VOLUME_STEP, SUPPORT_SELECT_SOURCE)
|
||||||
from homeassistant.const import STATE_ON, STATE_OFF
|
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):
|
class MockState(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user