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
26 changed files with 79 additions and 76 deletions

View File

@@ -154,7 +154,7 @@ async def test_rest_command_methods(
setup_component: ComponentSetup,
aioclient_mock: AiohttpClientMocker,
method: str,
):
) -> None:
"""Test various http methods."""
await setup_component()