cmd/geth: Removed unneeded import

This commit is contained in:
Lucas Hendren 2019-01-24 21:55:11 -05:00
parent b3e63046db
commit 8c3223564a

View file

@ -32,7 +32,6 @@ import (
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/cmd/utils"
"github.com/ethereum/go-ethereum/console"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/eth/downloader"
"github.com/ethereum/go-ethereum/ethclient"