Skip to content

Commit d291f96

Browse files
committed
remove irrelevant change
1 parent 8af205b commit d291f96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_natype.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ def test_arithmetic() -> None:
116116
# https://github.com/pandas-dev/pandas-stubs/issues/1347
117117
# check(
118118
# assert_type(divmod(idx_int, na), tuple[pd.Index, pd.Index]),
119-
# tuple, # , tuple,
120-
# )
121-
# bug upstream: https://github.com/pandas-dev/pandas/issues/62196
122-
# check(
123-
assert_type(divmod(idx_int, na), "tuple[pd.Index[int], pd.Index[int]]")
124-
# , tuple,
125119
# )
126120
check(assert_type(divmod(1, na), tuple[NAType, NAType]), tuple)
127121

0 commit comments

Comments
 (0)