Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Aug 19, 2023
1 parent 1433b1e commit b0355e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ext/EffectsGLMExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ using GLM: AbstractGLM, Link, mueta, linkinv
using StatsAPI: RegressionModel
using StatsModels: TableRegressionModel

# we keep RegressionModel so that this will also be used
# for MixedModels.jl

_link(m::TableRegressionModel{<:AbstractGLM}) = Link(m.model)
_link(m::AbstractGLM) = Link(m)

Expand Down

0 comments on commit b0355e4

Please sign in to comment.