Skip to content

Commit

Permalink
remove the now unused zeros_like
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 17, 2024
1 parent e992389 commit d0c6735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/core/duck_array_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
tensordot,
transpose,
unravel_index,
zeros_like, # noqa
)
from numpy import concatenate as _concatenate
from numpy.core.multiarray import normalize_axis_index # type: ignore[attr-defined]
Expand Down

0 comments on commit d0c6735

Please sign in to comment.