Skip to content

Commit

Permalink
Merge pull request #356 from blaylockbk/blaylockbk-patch-1
Browse files Browse the repository at this point in the history
Fix type hint
  • Loading branch information
blaylockbk authored Aug 1, 2024
2 parents 01a63ae + 0de5d98 commit 18f85a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herbie/toolbox/cartopy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# )
pass

type ExtentPadding = Union[Literal["auto"], float, dict[str, float]]
ExtentPadding = Union[Literal["auto"], float, dict[str, float]]

pc = ccrs.PlateCarree()
pc._threshold = 0.01 # https://github.com/SciTools/cartopy/issues/8
Expand Down

0 comments on commit 18f85a5

Please sign in to comment.