From adffc9bbf470273bfa13aea1ed07b4ee6991d628 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Fri, 8 Feb 2019 12:24:46 +0100 Subject: [PATCH] clef: fix unused import + formatting --- cmd/clef/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/clef/main.go b/cmd/clef/main.go index df93508590..e1a44835a3 100644 --- a/cmd/clef/main.go +++ b/cmd/clef/main.go @@ -36,9 +36,7 @@ import ( "runtime" "strings" - "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" - "github.com/ethereum/go-ethereum/accounts/usbwallet" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/console"