Skip to content

Commit 4a9251c

Browse files
committed
remove stale error imports
1 parent fbf0bd8 commit 4a9251c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/NonlinearSolveBase/src/NonlinearSolveBase.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
2323
LinearAliasSpecifier, ImmutableNonlinearProblem, NonlinearAliasSpecifier,
2424
promote_u0, get_concrete_u0, get_concrete_p,
2525
has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem,
26-
allowedkeywords, KWARGWARN_MESSAGE, KWARGERROR_MESSAGE, CommonKwargError,
27-
KeywordArgError, KeywordArgWarn, KeywordArgSilent, INCOMPATIBLE_U0_MESSAGE,
28-
IncompatibleInitialConditionError, NO_DEFAULT_ALGORITHM_MESSAGE, NoDefaultAlgorithmError,
29-
NON_SOLVER_MESSAGE, NonSolverError, DIRECT_AUTODIFF_INCOMPATIBILITY_MESSAGE, DirectAutodiffError
26+
NoDefaultAlgorithmError, NonSolverError
3027
import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
3128

3229
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator

0 commit comments

Comments
 (0)