10000 Fix the ruff-format error (#105376) · home-assistant/core@d54c363 · GitHub
[go: up one dir, main page]

Skip to content

Commit d54c363

Browse files
authored
Fix the ruff-format error (#105376)
1 parent 2d02cdc commit d54c363

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/components/sunweg/test_init.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ async def test_methods(hass: HomeAssistant) -> None:
4343
APIHelper, "authenticate", return_value=SUNWEG_LOGIN_RESPONSE
4444
), patch.object(APIHelper, "listPlants", return_value=[plant]), patch.object(
4545
APIHelper, "plant", return_value=plant
46-
), patch.object(
47-
APIHelper, "inverter", return_value=inverter
48-
), patch.object(
46+
), patch.object(APIHelper, "inverter", return_value=inverter), patch.object(
4947
APIHelper, "complete_inverter"
5048
):
5149
assert await async_setup_component(hass, DOMAIN, mock_entry.data)

0 commit comments

Comments
 (0)
0