From aa5e393c02ffbf3d5d11ea13ba991a71c1f0a1f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:03:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pydantic_models.py | 1 - 1 file changed, 1 deletion(-) 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"""