Skip to content

Commit e3447cf

Browse files
committed
fix(comment): #1312 (comment)
1 parent c9c46b0 commit e3447cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/series/test_series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ def test_types_element_wise_arithmetic() -> None:
818818
check(assert_type(s + s2, "pd.Series[int]"), pd.Series, np.integer)
819819
check(assert_type(s.add(s2, fill_value=0), "pd.Series[int]"), pd.Series, np.integer)
820820

821-
# TODO this one below should type pd.Series[int]
822821
check(assert_type(s - s2, "pd.Series[int]"), pd.Series, np.integer)
823822
check(assert_type(s.sub(s2, fill_value=0), "pd.Series[int]"), pd.Series, np.integer)
824823

0 commit comments

Comments
 (0)