From ab4c9f869f32bfbb87613e27472b72eee52416d5 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 25 Sep 2024 17:32:36 -0400 Subject: [PATCH] chore: unnecessary comment --- lib/SimpleNonlinearSolve/src/SimpleNonlinearSolve.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/SimpleNonlinearSolve/src/SimpleNonlinearSolve.jl b/lib/SimpleNonlinearSolve/src/SimpleNonlinearSolve.jl index 4b524e4bf..0bb65181a 100644 --- a/lib/SimpleNonlinearSolve/src/SimpleNonlinearSolve.jl +++ b/lib/SimpleNonlinearSolve/src/SimpleNonlinearSolve.jl @@ -12,8 +12,6 @@ using StaticArraysCore: StaticArray # AD Dependencies using ADTypes: AbstractADType, AutoFiniteDiff, AutoForwardDiff, AutoPolyesterForwardDiff using DifferentiationInterface: DifferentiationInterface -# TODO: move these to extensions in a breaking change. These are not even used in the -# package, but are used to trigger the extension loading in DI.jl using FiniteDiff: FiniteDiff using ForwardDiff: ForwardDiff