Skip to content

Commit

Permalink
fix overload
Browse files Browse the repository at this point in the history
  • Loading branch information
headtr1ck committed May 21, 2022
1 parent de8e162 commit 48b3956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/computation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ def polyval(coord: Dataset, coeffs: Dataset, degree_dim: Hashable) -> Dataset:
def polyval(
coord: Dataset | DataArray,
coeffs: Dataset | DataArray,
degree_dim: Hashable = "degree",
degree_dim: Hashable,
) -> Dataset | DataArray:
...

Expand Down

0 comments on commit 48b3956

Please sign in to comment.