isort fix on test_media_player (#29965)

pull/29960/head
Chris Caron 2019-12-15 10:07:57 -05:00 committed by Franck Nijhof
parent 84a7115435
commit 09f3362cc6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import pytest
from homeassistant.components.media_player.const import MEDIA_TYPE_MUSIC
from homeassistant.core import HomeAssistant
from .conftest import MOCK_HOST, MOCK_NAME, MOCK_PORT, MOCK_ENTITY_ID
from .conftest import MOCK_ENTITY_ID, MOCK_HOST, MOCK_NAME, MOCK_PORT
MOCK_TURN_ON = {
"service": "switch.turn_on",