Skip to content

Commit 9f75342

Browse files
author
Matthias Koeppe
committed
src/sage/numerical/backends/cvxpy_backend.pyx: Fix for linter
1 parent c28b396 commit 9f75342

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/numerical/backends/cvxpy_backend.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,4 +932,3 @@ cdef class CVXPYBackend:
932932
self.col_lower_bound[index] = value
933933
else:
934934
return self.col_lower_bound[index]
935-

0 commit comments

Comments
 (0)