diff --git a/ext/SciMLBaseEnzymeExt.jl b/ext/SciMLBaseEnzymeExt.jl index 41ab52af9..c6069c598 100644 --- a/ext/SciMLBaseEnzymeExt.jl +++ b/ext/SciMLBaseEnzymeExt.jl @@ -1,6 +1,6 @@ module SciMLBaseEnzymeExt -using SciMLBase +using SciMLBase: AbstractSensitivityAlgorithm import Enzyme: EnzymeRules # Enzyme rules for SciMLBase abstract types @@ -15,4 +15,4 @@ import Enzyme: EnzymeRules # All sensitivity algorithm types should be inactive for Enzyme differentiation EnzymeRules.inactive_type(::Type{<:AbstractSensitivityAlgorithm}) = true -end \ No newline at end of file +end