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:
Per Osbäck 2017-11-05 13:50:46 +01:00 committed by Fabian Affolter
parent de9d19d6f4
commit 28ef564974

View file

@ -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):