This commit is contained in:
Simon Christ 2020-10-20 17:28:10 +02:00
parent e9f81e23c8
commit 003cafa98a

View File

@ -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()