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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue