Improve type hints in flo tests (#120730)
This commit is contained in:
parent
2e031d0194
commit
d0ce0d562e
8 changed files with 39 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue