fix linter warnings

This commit is contained in:
Erik Grinaker
2020-04-20 10:55:51 +02:00
committed by GitHub
parent cd19471c49
commit b79602981a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
package evidence
import (
"github.com/stretchr/testify/require"
"testing"
"time"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
dbm "github.com/tendermint/tm-db"
"github.com/tendermint/tendermint/types"

View File

@@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto
"github.com/stretchr/testify/assert"
"github.com/tendermint/tendermint/types/proto3"

View File

@@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"