Fix implicit-return in ipma tests (#122791)
parent
7bbbda8d2b
commit
1958a149c3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue