Add return type to async tests without arguments (#87612)
This commit is contained in:
parent
ea32a2ae63
commit
aa00114c2f
51 changed files with 117 additions and 117 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue