Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Feb 7, 2025
1 parent 4d49cd6 commit 3a1c93e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ import (
"github.com/CosmWasm/wasmd/x/wasm"
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"

manifest "github.com/liftedinit/manifest-ledger/x/manifest"
manifestkeeper "github.com/liftedinit/manifest-ledger/x/manifest/keeper"
manifesttypes "github.com/liftedinit/manifest-ledger/x/manifest/types"
Expand Down
2 changes: 1 addition & 1 deletion app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"testing"
"time"

"github.com/cosmos/cosmos-sdk/testutil/testdata"
"github.com/stretchr/testify/require"

abci "github.com/cometbft/cometbft/abci/types"
Expand Down Expand Up @@ -38,6 +37,7 @@ import (
servertypes "github.com/cosmos/cosmos-sdk/server/types"
"github.com/cosmos/cosmos-sdk/testutil/network"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
"github.com/cosmos/cosmos-sdk/testutil/testdata"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module/testutil"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
Expand Down
5 changes: 3 additions & 2 deletions cmd/manifestd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ import (
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/cosmos-sdk/x/crisis"

"github.com/liftedinit/manifest-ledger/app"
"github.com/liftedinit/manifest-ledger/app/params"
wasm "github.com/CosmWasm/wasmd/x/wasm"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"

"github.com/liftedinit/manifest-ledger/app"
"github.com/liftedinit/manifest-ledger/app/params"
)

// NewRootCmd creates a new root commaxnd for wasmd. It is called once in the
Expand Down

0 comments on commit 3a1c93e

Please sign in to comment.