Skip to content

Commit 36f02f6

Browse files
authored
removed unnecessary import in docstring
1 parent ed4bb76 commit 36f02f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/model.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,8 +1218,6 @@ If a `NamedTuple` is given, `keys=keys(parameters)` and `values=values(parameter
12181218
```jldoctest
12191219
julia> using DynamicPPL, Distributions
12201220
1221-
julia> using DynamicPPL: returned
1222-
12231221
julia> @model function demo(xs)
12241222
s ~ InverseGamma(2, 3)
12251223
m_shifted ~ Normal(10, √s)

0 commit comments

Comments
 (0)