Skip to content

Commit 9bd18a8

Browse files
Update DiffEqBaseGeneralizedGeneratedExt.jl
1 parent 42cb3a6 commit 9bd18a8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ext/DiffEqBaseGeneralizedGeneratedExt.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
module DiffEqBaseGeneralizedGeneratedExt
22

3-
using DiffEqBase
4-
using GeneralizedGenerated
5-
else
6-
using ..DiffEqBase
7-
using ..GeneralizedGenerated
8-
end
3+
using DiffEqBase
4+
using GeneralizedGenerated
95

106
function SciMLBase.numargs(::GeneralizedGenerated.RuntimeFn{Args}) where {Args}
117
GeneralizedGenerated.from_type(Args) |> length

0 commit comments

Comments
 (0)