We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf08e71 commit bc854f5Copy full SHA for bc854f5
src/metadata_utils.jl
@@ -61,6 +61,7 @@ function _extend!(program::Expr, trait::Symbol, value, T)
61
push!(program.args, quote
62
MLJModelInterface.$trait(::Type{<:$T}) = $value
63
end)
64
+ return nothing
65
end
66
67
0 commit comments