Use root import for media_player and media_source in tests (#125829)
This commit is contained in:
parent
4e1b865775
commit
1a478bd78a
8 changed files with 14 additions and 12 deletions
|
@ -6,7 +6,7 @@ from unittest.mock import MagicMock
|
|||
import pytest
|
||||
|
||||
from homeassistant.components import media_source
|
||||
from homeassistant.components.media_player.errors import BrowseError
|
||||
from homeassistant.components.media_player import BrowseError
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue