Skip to content

Commit

Permalink
forward reference type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jan 17, 2025
1 parent 6dbdf24 commit 0bb4af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herbie/crs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import xarray as xr


def get_cf_crs(ds: xr.Dataset, variable: str | None = None) -> dict[str, Any]:
def get_cf_crs(ds: "xr.Dataset", variable: str | None = None) -> dict[str, Any]:
"""
Extract the CF coordinate reference system (CRS) from a cfgrib xarray dataset.
Expand Down

0 comments on commit 0bb4af6

Please sign in to comment.