From 12ebae854dcd3c9ab3edb3102a792b1dfc67b386 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 14:37:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nowcasting_datamodel/fake.py | 2 +- nowcasting_datamodel/read/read_models.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nowcasting_datamodel/fake.py b/nowcasting_datamodel/fake.py index f6e37f50..685afcdc 100644 --- a/nowcasting_datamodel/fake.py +++ b/nowcasting_datamodel/fake.py @@ -18,8 +18,8 @@ from nowcasting_datamodel.models.forecast import ForecastSQL, ForecastValueSQL from nowcasting_datamodel.models.gsp import GSPYieldSQL from nowcasting_datamodel.read.read import get_location -from nowcasting_datamodel.read.read_models import get_model from nowcasting_datamodel.read.read_metric import get_datetime_interval +from nowcasting_datamodel.read.read_models import get_model from nowcasting_datamodel.save.update import change_forecast_value_to_latest # 2 days in the past + 8 hours forward at 30 mins interval diff --git a/nowcasting_datamodel/read/read_models.py b/nowcasting_datamodel/read/read_models.py index 02f15dfb..f8566183 100644 --- a/nowcasting_datamodel/read/read_models.py +++ b/nowcasting_datamodel/read/read_models.py @@ -7,7 +7,6 @@ from nowcasting_datamodel.models import MLModelSQL from nowcasting_datamodel.models.forecast import ForecastSQL -from nowcasting_datamodel.models.models import MLModelSQL from nowcasting_datamodel.read.read import logger