Improve type hints in reolink tests (#123883)

This commit is contained in:
epenet 2024-08-14 12:16:38 +02:00 committed by GitHub
parent 82c705e188
commit bd509469ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ pytestmark = pytest.mark.usefixtures("reolink_connect", "reolink_platforms")
CHIME_MODEL = "Reolink Chime"
async def test_wait(*args, **key_args):
async def test_wait(*args, **key_args) -> None:
"""Ensure a mocked function takes a bit of time to be able to timeout in test."""
await asyncio.sleep(0)