Skip to content

Commit

Permalink
Fix github merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jun 5, 2023
1 parent 7cf5288 commit 8efdb85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import (
icaauth "github.com/scrtlabs/SecretNetwork/x/mauth"
icaauthkeeper "github.com/scrtlabs/SecretNetwork/x/mauth/keeper"
icaauthtypes "github.com/scrtlabs/SecretNetwork/x/mauth/types"
icaauth "github.com/scrtlabs/SecretNetwork/x/mauth"
reg "github.com/scrtlabs/SecretNetwork/x/registration"
ibcpacketforward "github.com/strangelove-ventures/packet-forward-middleware/v4/router"
ibcpacketforwardkeeper "github.com/strangelove-ventures/packet-forward-middleware/v4/router/keeper"
Expand All @@ -68,7 +67,7 @@ import (
ibcswitch "github.com/scrtlabs/SecretNetwork/x/emergencybutton"
ibcswitchtypes "github.com/scrtlabs/SecretNetwork/x/emergencybutton/types"

ibchooks "github.com/scrtlabs/SecretNetwork/x/ibc-hooks"
ibchooks "github.com/scrtlabs/SecretNetwork/x/ibc-hooks"
ibchookskeeper "github.com/scrtlabs/SecretNetwork/x/ibc-hooks/keeper"
ibchookstypes "github.com/scrtlabs/SecretNetwork/x/ibc-hooks/types"
)
Expand Down

0 comments on commit 8efdb85

Please sign in to comment.