Skip to content

Commit c513b96

Browse files
committed
lint
1 parent fbb547f commit c513b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"os"
77
"strings"
88

9+
"github.com/CosmosContracts/juno/v12/app/openapiconsole"
910
"github.com/CosmosContracts/juno/v12/docs"
1011
"github.com/cosmos/cosmos-sdk/baseapp"
1112
"github.com/cosmos/cosmos-sdk/client"
@@ -35,7 +36,6 @@ import (
3536
upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client"
3637
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
3738
ibcclientclient "github.com/cosmos/ibc-go/v4/modules/core/02-client/client"
38-
"github.com/CosmosContracts/juno/v12/app/openapiconsole"
3939
"github.com/spf13/cast"
4040
abci "github.com/tendermint/tendermint/abci/types"
4141
tmjson "github.com/tendermint/tendermint/libs/json"

0 commit comments

Comments
 (0)