Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Dec 10, 2023
1 parent 35be6fd commit 063fd56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/types/tendermint.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package types

import (
b64 "encoding/base64"
"main/pkg/utils"
"time"

codecTypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptoTypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/simapp"
"github.com/cosmos/cosmos-sdk/types"
"main/pkg/utils"
"time"
)

type ValidatorResponse struct {
Expand Down

0 comments on commit 063fd56

Please sign in to comment.