Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jul 11, 2024
1 parent 4607533 commit 5be76d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xarray/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,10 +1060,7 @@ def _resample(
dim_coord = self[dim]

group = DataArray(
dim_coord,
coords=dim_coord.coords,
dims=dim_coord.dims,
name=RESAMPLE_DIM,
dim_coord, coords=dim_coord.coords, dims=dim_coord.dims, name=RESAMPLE_DIM
)

grouper: Resampler
Expand Down

0 comments on commit 5be76d1

Please sign in to comment.