From ce96fb12bc2824f5df0a489d470a51711e276c81 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Fri, 27 Oct 2023 11:57:39 +0200 Subject: [PATCH] Remove redundant imports --- test/tools.jl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/tools.jl b/test/tools.jl index 1f727b0e..46313636 100644 --- a/test/tools.jl +++ b/test/tools.jl @@ -81,12 +81,6 @@ end close(f) end - -using KM3io -using KM3NeTTestData -using Test - - const ONLINEFILE = datapath("online", "km3net_online.root") -- GitLab