From 55416949226c472b874a078d883eb0f90f101554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 19 Jan 2023 14:14:37 +0000 Subject: [PATCH] fix lint. --- cmd/lotus-shed/eth.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/lotus-shed/eth.go b/cmd/lotus-shed/eth.go index 02e1d58b4..1ebe2fb59 100644 --- a/cmd/lotus-shed/eth.go +++ b/cmd/lotus-shed/eth.go @@ -4,10 +4,12 @@ import ( "fmt" "reflect" + "github.com/urfave/cli/v2" + "github.com/filecoin-project/go-state-types/abi" + "github.com/filecoin-project/lotus/chain/types" lcli "github.com/filecoin-project/lotus/cli" - "github.com/urfave/cli/v2" ) var ethCmd = &cli.Command{