mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix implicit-return in arcam_fmj tests (#122792)
This commit is contained in:
parent
732b9e47c8
commit
570725293c
@ -99,6 +99,7 @@ async def player_setup_fixture(
|
||||
return state_1
|
||||
if zone == 2:
|
||||
return state_2
|
||||
raise ValueError(f"Unknown player zone: {zone}")
|
||||
|
||||
await async_setup_component(hass, "homeassistant", {})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user