Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2024
1 parent 6d0a919 commit 12ebae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nowcasting_datamodel/fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion nowcasting_datamodel/read/read_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 12ebae8

Please sign in to comment.