mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix implicit-return in ipma tests (#122791)
This commit is contained in:
parent
7bbbda8d2b
commit
1958a149c3
@ -108,6 +108,7 @@ class MockLocation:
|
|||||||
location=Forecast_Location(0, "", 0, 0, 0, "", (0, 0)),
|
location=Forecast_Location(0, "", 0, 0, 0, "", (0, 0)),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
raise ValueError(f"Unknown forecast period: {period}")
|
||||||
|
|
||||||
name = "HomeTown"
|
name = "HomeTown"
|
||||||
station = "HomeTown Station"
|
station = "HomeTown Station"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user