Add return type to async tests without arguments (#87612)

This commit is contained in:
epenet 2023-02-07 10:26:56 +01:00 committed by GitHub
parent ea32a2ae63
commit aa00114c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 117 additions and 117 deletions

View file

@ -60,7 +60,7 @@ from homeassistant.util import dt
from tests.common import async_fire_time_changed
async def test_climate_find_valid_targets():
async def test_climate_find_valid_targets() -> None:
"""Test function to return temperature from valid targets."""
valid_targets = [10, 16, 17, 18, 19, 20]