Skip to content

Commit 9010cdb

Browse files
authored
Merge pull request #191 from SciML/quickfix_190
Fixes #190
2 parents af22cdf + 378a402 commit 9010cdb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/basis.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using ModelingToolkit
2-
using LinearAlgebra
3-
using DiffEqBase
41
import Base: unique, unique!, ==
5-
using ModelingToolkit: <ₑ, value, isparameter, operation, arguments, istree
2+
using ModelingToolkit: value, operation, arguments, istree
63

74
"""
85
$(TYPEDEF)

0 commit comments

Comments
 (0)