mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add type hints to core tests (#88478)
This commit is contained in:
@@ -10,7 +10,7 @@ from homeassistant.util import dt
|
||||
from tests.common import async_fire_time_changed, async_test_home_assistant
|
||||
|
||||
|
||||
async def test_removing_while_delay_in_progress(tmpdir):
|
||||
async def test_removing_while_delay_in_progress(tmpdir) -> None:
|
||||
"""Test removing while delay in progress."""
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
|
||||
Reference in New Issue
Block a user