Skip to content

Commit 5be76d1

Browse files
committed
lint
1 parent 4607533 commit 5be76d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

xarray/core/common.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,7 @@ def _resample(
10601060
dim_coord = self[dim]
10611061

10621062
group = DataArray(
1063-
dim_coord,
1064-
coords=dim_coord.coords,
1065-
dims=dim_coord.dims,
1066-
name=RESAMPLE_DIM,
1063+
dim_coord, coords=dim_coord.coords, dims=dim_coord.dims, name=RESAMPLE_DIM
10671064
)
10681065

10691066
grouper: Resampler

0 commit comments

Comments
 (0)