Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Oct 9, 2024
1 parent b543ba9 commit 53d003f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simapp/v2/app_di.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package simapp
import (
_ "embed"

"cosmossdk.io/store/v2/root"

"github.com/spf13/viper"

clienthelpers "cosmossdk.io/client/v2/helpers"
Expand All @@ -16,6 +14,7 @@ import (
"cosmossdk.io/runtime/v2"
serverstore "cosmossdk.io/server/v2/store"
"cosmossdk.io/store/v2"
"cosmossdk.io/store/v2/root"
basedepinject "cosmossdk.io/x/accounts/defaults/base/depinject"
lockupdepinject "cosmossdk.io/x/accounts/defaults/lockup/depinject"
multisigdepinject "cosmossdk.io/x/accounts/defaults/multisig/depinject"
Expand Down

0 comments on commit 53d003f

Please sign in to comment.