From e33f2563593e73e3aed860a63c97688e84e9a673 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Sun, 9 Dec 2018 13:03:06 +0100 Subject: [PATCH] fix unused import --- cmd/tendermint/commands/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tendermint/commands/init.go b/cmd/tendermint/commands/init.go index 6a0200a4f..4c62d6518 100644 --- a/cmd/tendermint/commands/init.go +++ b/cmd/tendermint/commands/init.go @@ -3,7 +3,6 @@ package commands import ( "fmt" - "github.com/pkg/errors" "github.com/spf13/cobra" cfg "github.com/tendermint/tendermint/config"