Commit ec1c0357 authored by Madhur Shrimal's avatar Madhur Shrimal

imports lint

parent 98c19947
......@@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
"github.com/prometheus/client_golang/prometheus"
"math/big"
_ "net/http/pprof"
"os"
......@@ -14,6 +13,8 @@ import (
"syscall"
"time"
"github.com/prometheus/client_golang/prometheus"
"github.com/ethereum/go-ethereum/accounts/abi"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
......
package metrics
import (
"github.com/prometheus/client_golang/prometheus/promauto"
"math/big"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/client_golang/prometheus"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment