Skip to content

Commit fbf0bd8

Browse files
committed
fix error imports
1 parent 754f3e2 commit fbf0bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/NonlinearSolveBase/src/NonlinearSolveBase.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
2828
IncompatibleInitialConditionError, NO_DEFAULT_ALGORITHM_MESSAGE, NoDefaultAlgorithmError,
2929
NON_SOLVER_MESSAGE, NonSolverError, DIRECT_AUTODIFF_INCOMPATIBILITY_MESSAGE, DirectAutodiffError
3030
import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
31+
3132
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator
3233
using SciMLOperators: AbstractSciMLOperator, IdentityOperator
3334
using SymbolicIndexingInterface: SymbolicIndexingInterface

0 commit comments

Comments
 (0)