Skip to content

Commit e8ab710

Browse files
authored
Merge pull request #1124 from SciML/myb/fix
Actually fix the import warning
2 parents c667176 + 5105506 commit e8ab710

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)