Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Oct 19, 2021
1 parent 852ac4c commit 726d9b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extern/storage-sealing/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ package sealing

import (
"context"
"github.com/filecoin-project/lotus/metrics"
"sync"

"go.opencensus.io/stats"
"go.opencensus.io/tag"
"sync"

"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
Expand Down

0 comments on commit 726d9b8

Please sign in to comment.