Add missing argument type hints to component tests (#119671)
This commit is contained in:
parent
83b97d3218
commit
3e9d25f81d
47 changed files with 135 additions and 67 deletions
|
@ -74,7 +74,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
async def setup_media_source(hass) -> None:
|
||||
async def setup_media_source(hass: HomeAssistant) -> None:
|
||||
"""Set up media source."""
|
||||
assert await async_setup_component(hass, "media_source", {})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue