Add return type hints in tests (k-z) (#118942)

This commit is contained in:
epenet 2024-06-06 10:11:29 +02:00 committed by GitHub
parent b5b7c9bcd5
commit c7cc465e5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 79 additions and 76 deletions

View file

@ -11,7 +11,7 @@ from homeassistant.core import HomeAssistant
from .conftest import TEST_NOTIFIER_NAME
async def test_services(hass: HomeAssistant, matrix_bot: MatrixBot):
async def test_services(hass: HomeAssistant, matrix_bot: MatrixBot) -> None:
"""Test hass/MatrixBot state."""
services = hass.services.async_services()