Skip to content

Commit f224a37

Browse files
authored
Update coops.py
missed import
1 parent abf5959 commit f224a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intake_coops/coops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Reader for CO-OPS data.
33
"""
44

5-
from typing import Optional
5+
from typing import Optional, Union
66
import cf_pandas # noqa: F401
77
import cf_xarray # noqa: F401
88
import noaa_coops as nc

0 commit comments

Comments
 (0)