Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Jul 3, 2024
1 parent 1028a94 commit 8009474
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ package app
import (
"context"
"fmt"
tendermint "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"
"io"
"io/fs"
"net/http"
"os"
"path/filepath"
"time"

tendermint "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"

"github.com/neutron-org/neutron/v4/x/dynamicfees"
dynamicfeestypes "github.com/neutron-org/neutron/v4/x/dynamicfees/types"

Expand Down
7 changes: 5 additions & 2 deletions testutil/contractmanager/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ package network

import (
"fmt"
"testing"
"time"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/x/staking"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/neutron-org/neutron/v4/testutil"
"testing"
"time"

db "github.com/cosmos/cosmos-db"
"github.com/stretchr/testify/require"
Expand All @@ -22,6 +24,7 @@ import (
"github.com/cosmos/cosmos-sdk/testutil/sims"
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"

"github.com/neutron-org/neutron/v4/app/params"

"github.com/neutron-org/neutron/v4/app"
Expand Down
3 changes: 2 additions & 1 deletion testutil/cron/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package network

import (
"fmt"
"github.com/neutron-org/neutron/v4/testutil"
"testing"
"time"

"github.com/neutron-org/neutron/v4/testutil"

"github.com/neutron-org/neutron/v4/app/config"

"cosmossdk.io/log"
Expand Down
3 changes: 2 additions & 1 deletion testutil/interchainqueries/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package network

import (
"fmt"
"github.com/neutron-org/neutron/v4/testutil"
"testing"
"time"

"github.com/neutron-org/neutron/v4/testutil"

"cosmossdk.io/log"
pruningtypes "cosmossdk.io/store/pruning/types"
db "github.com/cosmos/cosmos-db"
Expand Down
3 changes: 2 additions & 1 deletion testutil/interchaintxs/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package network

import (
"fmt"
"github.com/neutron-org/neutron/v4/testutil"
"testing"
"time"

"github.com/neutron-org/neutron/v4/testutil"

"cosmossdk.io/log"
pruningtypes "cosmossdk.io/store/pruning/types"
db "github.com/cosmos/cosmos-db"
Expand Down
10 changes: 6 additions & 4 deletions testutil/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ package testutil

import (
"bytes"
"cosmossdk.io/errors"
"encoding/json"
"fmt"
"github.com/cosmos/cosmos-sdk/testutil/network"
"github.com/cosmos/cosmos-sdk/x/genutil"
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
"os"
"path"
"testing"
"time"

"cosmossdk.io/errors"

"github.com/cosmos/cosmos-sdk/testutil/network"
"github.com/cosmos/cosmos-sdk/x/genutil"
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"

tmrand "github.com/cometbft/cometbft/libs/rand"

"github.com/neutron-org/neutron/v4/utils"
Expand Down

0 comments on commit 8009474

Please sign in to comment.