Skip to content

Commit c9b22a7

Browse files
committed
mypy
1 parent b783f02 commit c9b22a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_interpolate_inplace() -> None:
164164
DataFrame,
165165
)
166166
if TYPE_CHECKING_INVALID_USAGE:
167-
DF.resample("ME").interpolate(inplace=True) # type: ignore[call-arg] # pyright: ignore[reportArgumentType]
167+
DF.resample("ME").interpolate(inplace=True) # type: ignore[arg-type] # pyright: ignore[reportArgumentType]
168168

169169

170170
def test_pipe() -> None:

0 commit comments

Comments
 (0)