Skip to content

Commit

Permalink
fix(media_player): remove unused MEDIA_PLAYER_SCHEMA (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Aug 4, 2019
1 parent d1ed479 commit 5846371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/alexa_media/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from typing import List # noqa pylint: disable=unused-import
import voluptuous as vol
from homeassistant import util
from homeassistant.components.media_player import (MEDIA_PLAYER_SCHEMA,
MediaPlayerDevice)
from homeassistant.components.media_player import (MediaPlayerDevice)
from homeassistant.components.media_player.const import (
DOMAIN,
MEDIA_TYPE_MUSIC,
Expand Down

0 comments on commit 5846371

Please sign in to comment.