diff --git a/src/pydantic_models.py b/src/pydantic_models.py index b1f0532..ae0dae8 100644 --- a/src/pydantic_models.py +++ b/src/pydantic_models.py @@ -182,7 +182,6 @@ def result_check(cls, v): return round(v, 2) - class NationalForecast(Forecast): """One Forecast of generation at one timestamp"""