Add return type to async tests without arguments (#87612)
This commit is contained in:
@@ -4,7 +4,7 @@ from homeassistant.components.binary_sensor.significant_change import (
|
||||
)
|
||||
|
||||
|
||||
async def test_significant_change():
|
||||
async def test_significant_change() -> None:
|
||||
"""Detect Binary Sensor significant changes."""
|
||||
old_attrs = {"attr_1": "value_1"}
|
||||
new_attrs = {"attr_1": "value_2"}
|
||||
|
||||
Reference in New Issue
Block a user