From e37f5bd920447740aff072e5d1bcc5a537d2ecd2 Mon Sep 17 00:00:00 2001 From: James Foster Date: Thu, 7 Nov 2024 10:56:22 +1100 Subject: [PATCH] Change to explicit form. --- src/PlotlyKaleido.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PlotlyKaleido.jl b/src/PlotlyKaleido.jl index 6b8b8fb..83f4804 100644 --- a/src/PlotlyKaleido.jl +++ b/src/PlotlyKaleido.jl @@ -1,8 +1,8 @@ module PlotlyKaleido -import JSON -import Base64 -import Kaleido_jll +using JSON: JSON +using Base64: Base64 +using Kaleido_jll: Kaleido_jll export savefig