Skip to content

Commit 0b9cea2

Browse files
committed
fix import
1 parent 4334edd commit 0b9cea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ControlSystemsBase/test/test_root_locus_matrix.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using ControlSystems
2-
using ControlSystems: getpoles
1+
using ControlSystemsBase
2+
using ControlSystemsBase: getpoles
33
using Test
44
using Plots
55

0 commit comments

Comments
 (0)