Skip to content

Commit

Permalink
sort imports in exporter API
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jul 25, 2024
1 parent 2015833 commit b15f465
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exporter/api/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ package api
import (
"encoding/hex"

spectypes "github.com/ssvlabs/ssv-spec/types"

"github.com/attestantio/go-eth2-client/spec/phase0"
"github.com/pkg/errors"

specqbft "github.com/ssvlabs/ssv-spec/qbft"
spectypes "github.com/ssvlabs/ssv-spec/types"

qbftstorage "github.com/ssvlabs/ssv/protocol/v2/qbft/storage"
)
Expand Down

0 comments on commit b15f465

Please sign in to comment.