Skip to content

Commit 7ec205b

Browse files
committed
✅ remove duplicate test
1 parent e4c93f4 commit 7ec205b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/static/accept/mod.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ assert_type(AR_b % b_, npt.NDArray[np.int8])
9898
assert_type(b_.__rdivmod__(b), tuple[np.int8, np.int8])
9999
assert_type(b_.__rdivmod__(i), tuple[np.int8, np.int8] | tuple[np.int_, np.int_])
100100
assert_type(b_.__rdivmod__(f), tuple[np.int8, np.int8] | tuple[np.int_, np.int_] | tuple[np.float64, np.float64])
101-
assert_type(b_.__rdivmod__(b_), tuple[np.int8, np.int8])
102101
assert_type(b_.__rdivmod__(i8), tuple[np.int64, np.int64])
103102
assert_type(b_.__rdivmod__(u8), tuple[np.uint64, np.uint64])
104103
assert_type(b_.__rdivmod__(f8), tuple[np.float64, np.float64])

0 commit comments

Comments
 (0)