Skip to content

Commit

Permalink
fixes goimports problem
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Aug 17, 2023
1 parent 04ce8da commit 1000428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/trace/schema/consensus.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package schema

import (
"time"

cstypes "github.com/tendermint/tendermint/consensus/types"
"github.com/tendermint/tendermint/p2p"
"github.com/tendermint/tendermint/pkg/trace"
"time"
)

// ConsensusTables returns the list of tables that are used for consensus
Expand Down

0 comments on commit 1000428

Please sign in to comment.