From 003cafa98ab8c60895902602708df8b3693225d7 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 20 Oct 2020 17:28:10 +0200 Subject: [PATCH] fix --- src/init.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.jl b/src/init.jl index d7eea658..3cb22c79 100644 --- a/src/init.jl +++ b/src/init.jl @@ -1,7 +1,7 @@ using REPL using Scratch -const plotly_local_file_path = Ref{Nothing, String}(nothing) +const plotly_local_file_path = Ref{Union{Nothing, String}}(nothing) function _plots_defaults()