From 90fa994bf1adfcc1a48711229ff7ca58e0a8f5ab Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Tue, 6 Feb 2024 13:51:32 +0100 Subject: [PATCH] fix import --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 3f0292a8..84e571e5 100755 --- a/docs/make.jl +++ b/docs/make.jl @@ -24,7 +24,7 @@ import OnlineStats import Random using Documenter using Transducers -import CompositionsBase: ⨟ +using CompositionsBase: CompositionsBase, ⨟ EXAMPLE_PAGES = [ "Tutorial: Missing values" => "tutorials/tutorial_missings.md",