Skip to content

Commit 11136d9

Browse files
committed
Add more missing typing
1 parent 33f0552 commit 11136d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/components/plugwise/test_config_flow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,9 @@ async def test_form_cannot_connect_port(
446446
assert result2["errors"] == {"base": "cannot_connect"}
447447

448448

449-
async def test_options_flow_thermo(hass, mock_smile_anna_2) -> None:
449+
async def test_options_flow_thermo(
450+
hass: HomeAssistant, mock_smile_anna_2: MagicMock
451+
) -> None:
450452
"""Test config flow options for thermostatic environments."""
451453
entry = MockConfigEntry(
452454
domain=DOMAIN,

0 commit comments

Comments
 (0)