Skip to content

Commit

Permalink
fix: remove comments for imports (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking committed Sep 9, 2021
1 parent e3704c6 commit 70c58af
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion modules/apps/29-fee/client/cli/cli.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cli

import (
// external library imports
"github.com/cosmos/cosmos-sdk/client"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 0 additions & 2 deletions modules/apps/29-fee/keeper/keeper.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package keeper

import (
// external library imports
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
capabilitykeeper "github.com/cosmos/cosmos-sdk/x/capability/keeper"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/tendermint/tendermint/libs/log"

// ibc-go imports
"github.com/cosmos/ibc-go/modules/apps/29-fee/types"
host "github.com/cosmos/ibc-go/modules/core/24-host"
)
Expand Down
3 changes: 0 additions & 3 deletions modules/apps/29-fee/keeper/keeper_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package keeper_test

import (
// standard library importsn
"testing"

// external library imports
"github.com/stretchr/testify/suite"

// ibc-go imports
ibctesting "github.com/cosmos/ibc-go/testing"
)

Expand Down
2 changes: 0 additions & 2 deletions modules/apps/29-fee/types/expected_keepers.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package types

import (
//external library imports
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/types"
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"

// ibc-go imports
connectiontypes "github.com/cosmos/ibc-go/modules/core/03-connection/types"
channeltypes "github.com/cosmos/ibc-go/modules/core/04-channel/types"
ibcexported "github.com/cosmos/ibc-go/modules/core/exported"
Expand Down
1 change: 0 additions & 1 deletion modules/apps/29-fee/types/keys.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package types

// standard library imports
import "fmt"

const (
Expand Down
1 change: 0 additions & 1 deletion modules/apps/29-fee/types/msgs.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package types

import (
// external library imports
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
)
Expand Down

0 comments on commit 70c58af

Please sign in to comment.