fixed imports lint error

This commit is contained in:
renaynay 2020-04-21 18:07:58 +02:00
parent d23d1ea8bd
commit c2c4b8489a
No known key found for this signature in database
GPG key ID: 6557F5413D663EDB

View file

@ -18,10 +18,11 @@ package utils
import (
"fmt"
"strings"
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/node"
"gopkg.in/urfave/cli.v1"
"strings"
)
var ShowDeprecated = cli.Command{