Skip to content

Commit 5105506

Browse files
committed
Oops, this should actually fix the warning
1 parent c667176 commit 5105506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
5454

5555
import DiffEqBase: @add_kwonly
5656

57-
using LightGraphs
58-
import LightGraphs: SimpleDiGraph, add_edge!
57+
import LightGraphs: SimpleDiGraph, add_edge!, incidence_matrix
5958

6059
using Requires
6160

0 commit comments

Comments
 (0)