Skip to content

Commit 46b0d37

Browse files
authored
Move MutableArithmetics import to top of module (#318)
1 parent 6e3a9ea commit 46b0d37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/MOI_wrapper/hermitian_complex_psd_cone_bridge.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ function MOI.dimension(x::ComplexPositiveSemidefiniteConeTriangle)
3434
return x.side_dimension^2
3535
end
3636

37-
import MutableArithmetics as MA
38-
3937
function MOI.Utilities.set_dot(
4038
x::AbstractVector{S},
4139
y::AbstractVector{T},

src/SCS.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
module SCS
77

88
import MathOptInterface as MOI
9+
import MutableArithmetics as MA
910
import SCS_jll: libscsdir, libscsindir
1011
import SparseArrays
1112

0 commit comments

Comments
 (0)