Skip to content

Commit 82e36dc

Browse files
Update gefs_hrrr.py (#979)
Missing List import Co-authored-by: Charlelie Laurent <84199758+CharlelieLrt@users.noreply.github.com>
1 parent 74bd0b8 commit 82e36dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/weather/corrdiff/datasets/gefs_hrrr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import glob
2222
import logging
2323
import os
24-
from typing import Iterable, Tuple, Union
24+
from typing import Iterable, Tuple, Union, List
2525
import copy
2626

2727
import cftime

0 commit comments

Comments
 (0)