Skip to content

Commit

Permalink
Fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Mar 8, 2024
1 parent 5d0b5ce commit 96ba1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/foundation/keeper/internal/hooks_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package internal_test

import (
"github.com/Finschia/finschia-sdk/x/foundation"
sdk "github.com/cosmos/cosmos-sdk/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/Finschia/finschia-sdk/x/foundation"
)

func (s *KeeperTestSuite) TestHooks() {
Expand Down

0 comments on commit 96ba1c1

Please sign in to comment.