From b9d7774896c9c8d036aca04208a730478db6b416 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Wed, 26 Apr 2023 10:39:50 +0200 Subject: [PATCH] Fix unused time import --- commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands.go b/commands.go index 172b79d..e3c4d59 100644 --- a/commands.go +++ b/commands.go @@ -10,7 +10,6 @@ import ( "git.gammaspectra.live/P2Pool/p2pool-observer/utils" hbot "github.com/whyrusleeping/hellabot" "regexp" - "time" ) type command struct {