We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b783f02 commit c9b22a7Copy full SHA for c9b22a7
tests/test_resampler.py
@@ -164,7 +164,7 @@ def test_interpolate_inplace() -> None:
164
DataFrame,
165
)
166
if TYPE_CHECKING_INVALID_USAGE:
167
- DF.resample("ME").interpolate(inplace=True) # type: ignore[call-arg] # pyright: ignore[reportArgumentType]
+ DF.resample("ME").interpolate(inplace=True) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
168
169
170
def test_pipe() -> None:
0 commit comments