Skip to content

Commit b85a68a

Browse files
committed
1 parent e342c8e commit b85a68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/series/arithmetic/test_truediv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_truediv_numpy_array(left_i: pd.Series) -> None:
175175
pd.Series,
176176
)
177177
if TYPE_CHECKING_INVALID_USAGE:
178-
assert_type(s / left_i, Any)
178+
assert_type(s / left_i, Any) # TODO: numpy/numpy#30173 numpy should reject this
179179
assert_type(d / left_i, Any) # pyright: ignore[reportAssertTypeFailure]
180180

181181
check(assert_type(left_i.truediv(b), pd.Series), pd.Series)

0 commit comments

Comments
 (0)