Skip to content

Commit

Permalink
add missing using statement for PlotlyJS
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Feb 2, 2024
1 parent 288a112 commit 6aa5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/PlotsPlotlyJSExt/PlotsPlotlyJSExt.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module PlotsPlotlyJSExt

using PlotlyJS: PlotlyJS
using Plots: Plots, Plot, plotly_show_js
using Plots: Plots, Plot, plotly_show_js, isplotnull
import Plots: _show, display, closeall

include("initialization.jl")
Expand Down

0 comments on commit 6aa5220

Please sign in to comment.