Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 31, 2024
1 parent 95da2f1 commit c26fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,7 @@ def test_9155() -> None:
with figure_context():
data = xr.DataArray([1, 2, 3], dims=["x"])
fig, ax = plt.subplots(ncols=1, nrows=1)
data.plot(ax=ax)
data.plot(ax=ax) # type: ignore[call-arg]


@requires_matplotlib
Expand Down

0 comments on commit c26fb73

Please sign in to comment.