Skip to content

Commit 76361ea

Browse files
committed
isort
1 parent 7b3a929 commit 76361ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_datamodel/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Method to update latest forecast values """
22
import logging
33
from datetime import datetime, timezone
4-
from typing import Optional, List
4+
from typing import List, Optional
55

66
from sqlalchemy import inspect
77
from sqlalchemy.dialects.postgresql import insert

0 commit comments

Comments
 (0)