Skip to content

Commit fd998a3

Browse files
authored
fix require warnings
1 parent 87087bb commit fd998a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProbabilityBoundsAnalysis.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ function __init__()
175175
@require PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" begin
176176
@require PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" begin
177177

178-
using PyPlot, PyCall
179-
import PyPlot: plot, scatter
178+
using .PyPlot, .PyCall
179+
import .PyPlot: plot, scatter
180180

181181
pyimport_conda("mpl_toolkits.mplot3d", "mpl_toolkits")
182182
art3d = PyObject(PyPlot.art3D)

0 commit comments

Comments
 (0)