Skip to content

Commit 3340a3a

Browse files
authored
chore: remove duplicate package imports (#2216)
Signed-off-by: dufucun <[email protected]>
1 parent 41c7e76 commit 3340a3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x/wasm/keeper/genesis_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import (
3333
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
3434

3535
"github.com/CosmWasm/wasmd/x/wasm/types"
36-
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
3736
)
3837

3938
func TestGenesisExportImport(t *testing.T) {
@@ -695,7 +694,7 @@ func setupKeeper(t *testing.T) (*Keeper, sdk.Context) {
695694
nil,
696695
tempDir,
697696
nodeConfig,
698-
wasmtypes.VMConfig{},
697+
types.VMConfig{},
699698
AvailableCapabilities,
700699
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
701700
)

0 commit comments

Comments
 (0)