fix lint
This commit is contained in:
parent
852ac4c178
commit
726d9b86ea
8
extern/storage-sealing/stats.go
vendored
8
extern/storage-sealing/stats.go
vendored
@ -2,13 +2,15 @@ package sealing
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/filecoin-project/lotus/metrics"
|
||||
"go.opencensus.io/stats"
|
||||
"go.opencensus.io/tag"
|
||||
"sync"
|
||||
|
||||
"go.opencensus.io/stats"
|
||||
"go.opencensus.io/tag"
|
||||
|
||||
"github.com/filecoin-project/go-state-types/abi"
|
||||
|
||||
"github.com/filecoin-project/lotus/extern/storage-sealing/sealiface"
|
||||
"github.com/filecoin-project/lotus/metrics"
|
||||
)
|
||||
|
||||
type statSectorState int
|
||||
|
Loading…
Reference in New Issue
Block a user