Skip to content

Commit

Permalink
fix implicit imports test
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Nov 5, 2024
1 parent bc183ca commit 09da0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PositiveIntegrators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import OrdinaryDiffEq: alg_order, isfsal,
_ode_interpolant, _ode_interpolant!,
get_fsalfirstlast

using RecipesBase
using RecipesBase: @recipe

# 2. Export functionality defining the public API
export PDSFunction, PDSProblem
Expand Down

0 comments on commit 09da0af

Please sign in to comment.