Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jun 13, 2024
1 parent 1f252ff commit 62595fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xarray/core/groupers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"TimeResampler",
]

RESAMPLE_DIM = "__resample_dim__"


@dataclass
class EncodedGroups:
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from xarray.core.dataarray import DataArray
from xarray.core.dataset import Dataset

RESAMPLE_DIM = "__resample_dim__"
from xarray.core.groupers import RESAMPLE_DIM


class Resample(GroupBy[T_Xarray]):
Expand Down

0 comments on commit 62595fd

Please sign in to comment.