Skip to content

Commit 4d100c0

Browse files
committed
mypy
1 parent aae2efe commit 4d100c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/resample.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class Resampler(BaseGroupBy[NDFrameT]):
175175
# attributes via setattr
176176
class _GroupByMixin(Resampler[NDFrameT]):
177177
key: str | list[str] | None
178-
def __getitem__(self, key: Hashable) -> Self: ... # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
178+
def __getitem__(self, key: str | list[str] | None) -> Self: ... # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
179179

180180
class DatetimeIndexResampler(Resampler[NDFrameT]): ...
181181

0 commit comments

Comments
 (0)