mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 04:20:17 +00:00
Add return type hints in tests (k-z) (#118942)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user