Skip to content

Commit

Permalink
fix importso
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed May 13, 2024
1 parent 5fd1148 commit a806ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/module.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package runtime

import (
"cosmossdk.io/core/app"
"fmt"
"os"

Expand All @@ -16,6 +15,7 @@ import (
reflectionv1 "cosmossdk.io/api/cosmos/reflection/v1"
stakingmodulev1 "cosmossdk.io/api/cosmos/staking/module/v1"
"cosmossdk.io/core/address"
"cosmossdk.io/core/app"
"cosmossdk.io/core/appmodule"
"cosmossdk.io/core/comet"
"cosmossdk.io/core/genesis"
Expand Down

0 comments on commit a806ec1

Please sign in to comment.