Skip to content

Commit

Permalink
Import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jun 4, 2024
1 parent 0179680 commit ebb41bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/client/delegation/client_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package delegation_test

// TODO_TECHDEBT(@bryanchriswhite): Consider refactoring / deleting these tests
// to
// to

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion x/application/module/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package application
import (
"fmt"

"github.com/spf13/cobra"
"github.com/cosmos/cosmos-sdk/client"
"github.com/spf13/cobra"

"github.com/pokt-network/poktroll/x/application/types"
)
Expand Down
2 changes: 1 addition & 1 deletion x/application/module/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package application
import (
"fmt"

"github.com/spf13/cobra"
"github.com/cosmos/cosmos-sdk/client"
"github.com/spf13/cobra"

"github.com/pokt-network/poktroll/x/application/types"
)
Expand Down
1 change: 1 addition & 0 deletions x/gateway/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"encoding/json"
"fmt"

// this line is used by starport scaffolding # 1

"cosmossdk.io/core/appmodule"
Expand Down

0 comments on commit ebb41bc

Please sign in to comment.