Improve type hints in risco tests (#123887)
This commit is contained in:
parent
7ff368fe0d
commit
13b071fd72
2 changed files with 15 additions and 7 deletions
|
@ -160,7 +160,7 @@ def _check_state(hass, category, entity_id):
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
async def _set_utc_time_zone(hass):
|
||||
async def _set_utc_time_zone(hass: HomeAssistant) -> None:
|
||||
await hass.config.async_set_time_zone("UTC")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue