Skip to content

Commit

Permalink
dict -> Mapping in type annotation
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Niklas  <[email protected]>
  • Loading branch information
Ostheer and headtr1ck authored Jul 12, 2024
1 parent b70f00f commit b218b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def open_dataset(
chunks: T_Chunks = None,
cache: bool | None = None,
decode_cf: bool | None = None,
mask_and_scale: bool | dict[str, bool] | None = None,
mask_and_scale: bool | Mapping[str, bool] | None = None,
decode_times: bool | None = None,
decode_timedelta: bool | None = None,
use_cftime: bool | None = None,
Expand Down

0 comments on commit b218b3c

Please sign in to comment.