Skip to content

Commit 077a293

Browse files
committed
revert
1 parent 2f86f86 commit 077a293

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/system/system.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module System
33
using StaticArrays
44
using Symbolics
55
using MathematicalSystems
6-
using LinearAlgebra
76
using IntervalArithmetic
87
using IntervalLinearAlgebra
98
using Plots

src/utils/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Utils
22

33
using StaticArrays
4-
# using LinearAlgebra
4+
using LinearAlgebra
55
using Polyhedra
66
using GLPK, Suppressor
77

0 commit comments

Comments
 (0)