Skip to content

Commit fa7340e

Browse files
committed
🩹 remove dupe test assertion
1 parent e37939f commit fa7340e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/optimize/test_linprog.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ bounds: Sequence[Bound]
1616
res = linprog(c, bounds=bounds)
1717
assert_type(res.fun, float | None)
1818
assert_type(res.x, np.ndarray[tuple[int], np.dtype[np.float64]] | None)
19-
assert_type(res.fun, float | None)
2019
assert_type(res.success, bool)
2120
assert_type(res.message, str)
2221

0 commit comments

Comments
 (0)