From 81fee446d4ea8f582c1e9a604f894098f8c04ef6 Mon Sep 17 00:00:00 2001 From: makeworld Date: Thu, 5 Nov 2020 10:42:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Remove=20unused=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whoops --- display/private.go | 1 - 1 file changed, 1 deletion(-) diff --git a/display/private.go b/display/private.go index dc353d9..8686fd7 100644 --- a/display/private.go +++ b/display/private.go @@ -20,7 +20,6 @@ import ( "github.com/makeworld-the-better-one/go-gemini" "github.com/makeworld-the-better-one/go-isemoji" "github.com/spf13/viper" - "gitlab.com/tslocum/cview" ) // This file contains the functions that aren't part of the public API.