Skip to content

Commit f300b5d

Browse files
committed
fix(ty): ignore
1 parent 62b1a2d commit f300b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas-stubs/core/groupby/groupby.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ from pandas._typing import (
7474
from pandas.plotting import PlotAccessor
7575

7676
_ResamplerGroupBy: TypeAlias = (
77-
DatetimeIndexResamplerGroupby[NDFrameT]
78-
| PeriodIndexResamplerGroupby[NDFrameT]
79-
| TimedeltaIndexResamplerGroupby[NDFrameT]
77+
DatetimeIndexResamplerGroupby[NDFrameT] # ty: ignore[invalid-argument-type]
78+
| PeriodIndexResamplerGroupby[NDFrameT] # ty: ignore[invalid-argument-type]
79+
| TimedeltaIndexResamplerGroupby[NDFrameT] # ty: ignore[invalid-argument-type]
8080
)
8181

8282
class GroupBy(BaseGroupBy[NDFrameT]):

0 commit comments

Comments
 (0)