Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Apr 9, 2024
1 parent 74838d4 commit 40a63a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/e2e/e2e_gov_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package e2e

import (
"fmt"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal"
providertypes "github.com/cosmos/interchain-security/v4/x/ccv/provider/types"
"strconv"
"time"

providertypes "github.com/cosmos/interchain-security/v4/x/ccv/provider/types"

sdk "github.com/cosmos/cosmos-sdk/types"
govtypesv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal"
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
)

Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ package e2e
import (
"encoding/json"
"fmt"
govtypesv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
providertypes "github.com/cosmos/interchain-security/v4/x/ccv/provider/types"
"io"
"net/http"
"strings"

ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types"

icacontrollertypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/types"
providertypes "github.com/cosmos/interchain-security/v4/x/ccv/provider/types"

sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
authvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
disttypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
govtypesv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/cosmos/gaia/v16/x/globalfee/types"
Expand Down

0 comments on commit 40a63a2

Please sign in to comment.