mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix implicit-return in ipma tests (#122791)
This commit is contained in:
@@ -108,6 +108,7 @@ class MockLocation:
|
||||
location=Forecast_Location(0, "", 0, 0, 0, "", (0, 0)),
|
||||
),
|
||||
]
|
||||
raise ValueError(f"Unknown forecast period: {period}")
|
||||
|
||||
name = "HomeTown"
|
||||
station = "HomeTown Station"
|
||||
|
Reference in New Issue
Block a user