From 3593a3935ea960d8082d438ae1561a9d71802e07 Mon Sep 17 00:00:00 2001 From: Patrick Jaap Date: Tue, 7 Jul 2026 13:48:07 +0200 Subject: [PATCH] WIP: swintch order of imports --- docs/make.jl | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 9bca9864..8349f681 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,8 +1,8 @@ using Documenter, GridVisualize import PlutoSliderServer # LoadError: Please import/use PlutoSliderServer.jl in order to use docplutonotebooks with `iframe=true` using ExampleJuggler +import PyPlot, Plots # for docstrings only import CairoMakie, PlutoVista, MeshCat, VTKView # for docstrings and graphics generated by documentet -import Plots, PyPlot # for docstrings only using ExtendableGrids ExampleJuggler.verbose!(true) using Test diff --git a/test/runtests.jl b/test/runtests.jl index 965174b1..cbe4682b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ using Test, ExtendableGrids, GridVisualize, Pkg, LinearAlgebra -import CairoMakie, PyPlot, PlutoVista, UnicodePlots, Term +import PyPlot, CairoMakie, PlutoVista, UnicodePlots, Term CairoMakie.activate!(; type = "svg", visible = false)