Skip to content

Commit 5097d88

Browse files
committed
Update tests/test_timefuncs.py
1 parent 4be8b98 commit 5097d88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_timefuncs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,6 @@ def test_timedelta64_and_arithmatic_operator() -> None:
14021402
check(assert_type((s3 + td), "pd.Series[pd.Timedelta]"), pd.Series, pd.Timedelta)
14031403
check(assert_type((s3 / td), "pd.Series[float]"), pd.Series, float)
14041404
if TYPE_CHECKING_INVALID_USAGE:
1405-
s1.__mul__(td)
14061405
r1 = s1 * td # pyright: ignore[reportOperatorIssue]
14071406
r2 = s1 / td # pyright: ignore[reportOperatorIssue]
14081407
r3 = s3 * td # pyright: ignore[reportOperatorIssue]

0 commit comments

Comments
 (0)