Skip to content

Commit 0cd661e

Browse files
committed
remove stale imports
1 parent 2355ec2 commit 0cd661e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/NonlinearSolveBase/src/NonlinearSolveBase.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinpla
2929
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator
3030
using SciMLOperators: AbstractSciMLOperator, IdentityOperator
3131
using SciMLLogging: @SciMLMessage, AbstractVerbositySpecifier, AbstractVerbosityPreset, AbstractMessageLevel,
32-
None, Minimal, Standard, Detailed, All, Silent, InfoLevel, WarnLevel, ErrorLevel,
33-
CustomLevel
32+
None, Minimal, Standard, Detailed, All, Silent, InfoLevel, WarnLevel
3433

3534
using SymbolicIndexingInterface: SymbolicIndexingInterface
3635
import SciMLStructures

0 commit comments

Comments
 (0)