From 4b81ccbf3c2797fc2217f089be33fd019d0eb9b8 Mon Sep 17 00:00:00 2001 From: Kai O'Reilly Date: Sat, 9 Mar 2024 17:15:57 -0800 Subject: [PATCH] clean up imports --- erand/distsplot/distsplot.go | 1 - 1 file changed, 1 deletion(-) diff --git a/erand/distsplot/distsplot.go b/erand/distsplot/distsplot.go index 8540c91..4992308 100644 --- a/erand/distsplot/distsplot.go +++ b/erand/distsplot/distsplot.go @@ -18,7 +18,6 @@ import ( "github.com/emer/etable/v2/eplot" "github.com/emer/etable/v2/etable" "github.com/emer/etable/v2/etensor" - _ "github.com/emer/etable/v2/etview" // include to get gui views "github.com/emer/etable/v2/histogram" "github.com/emer/etable/v2/minmax" )