Skip to content

Commit c6cce67

Browse files
committed
get rid of unused import
1 parent a0361db commit c6cce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using SciMLBase: SciMLBase, LinearAliasSpecifier, AbstractSciMLOperator,
1818
init, solve!, reinit!, solve, ReturnCode, LinearProblem
1919
using SciMLOperators: SciMLOperators, AbstractSciMLOperator, IdentityOperator, MatrixOperator,
2020
has_ldiv!, issquare
21-
using SciMLVerbosity: Verbosity, @SciMLMessage, @match, AbstractVerbositySpecifier, verbosity_to_int, verbosity_to_bool
21+
using SciMLVerbosity: Verbosity, @SciMLMessage, @match, AbstractVerbositySpecifier, verbosity_to_int
2222
using Setfield: @set, @set!
2323
using UnPack: @unpack
2424
using DocStringExtensions: DocStringExtensions

0 commit comments

Comments
 (0)