Skip to content

Commit e3c7886

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_datamodel/models/forecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
import logging
10-
from datetime import datetime, timezone
10+
from datetime import datetime
1111
from typing import List, Optional
1212

1313
import numpy as np

0 commit comments

Comments
 (0)