Skip to content

Commit f9e2a71

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 269dc8f commit f9e2a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_datamodel/save/adjust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from datetime import datetime, timedelta
44
from typing import List, Union
55

6-
import pandas as pd
76
import numpy as np
7+
import pandas as pd
88

99
from nowcasting_datamodel.models import Forecast, ForecastSQL, MetricValue, MetricValueSQL
1010
from nowcasting_datamodel.read.read_metric import read_latest_me_national

0 commit comments

Comments
 (0)