Improve type hints in flo tests (#120730)

This commit is contained in:
epenet 2024-06-28 13:34:26 +02:00 committed by GitHub
parent 2e031d0194
commit d0ce0d562e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 39 additions and 19 deletions

View file

@ -16,7 +16,7 @@ from tests.test_util.aiohttp import AiohttpClientMocker
@pytest.fixture
def config_entry(hass):
def config_entry() -> MockConfigEntry:
"""Config entry version 1 fixture."""
return MockConfigEntry(
domain=FLO_DOMAIN,