-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Labels
good first issueGood for newcomersGood for newcomerstype: code hygieneClean up code but without changing functionality or interfacesClean up code but without changing functionality or interfaces
Description
Summary
Following on from the comment suggesting to update import statements.
For example, the imports here should be refactored to look like:
import (
// standard library imports
"fmt"
"testing"
// external library imports
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"
// ibc-go library imports
"github.com/cosmos/ibc-go/modules/core/23-commitment/types"
)
This needs to be done throughout most of the repo.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged/assigned
colin-axner
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype: code hygieneClean up code but without changing functionality or interfacesClean up code but without changing functionality or interfaces