clef: fix unused import + formatting

This commit is contained in:
Martin Holst Swende 2019-02-08 12:24:46 +01:00
parent 178204f065
commit adffc9bbf4
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -36,9 +36,7 @@ import (
"runtime" "runtime"
"strings" "strings"
"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/accounts/keystore" "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/cmd/utils"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/console" "github.com/ethereum/go-ethereum/console"