Skip to content

Commit

Permalink
reorg import
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed May 2, 2022
1 parent ebf5eb6 commit f6b08af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extern/sector-storage/ffiwrapper/sealer_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import (
"os"
"runtime"

nr "github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"

"github.com/ipfs/go-cid"
"golang.org/x/xerrors"

Expand All @@ -33,6 +31,7 @@ import (
"github.com/filecoin-project/lotus/extern/sector-storage/fr32"
"github.com/filecoin-project/lotus/extern/sector-storage/partialfile"
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
nr "github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
)

var _ Storage = &Sealer{}
Expand Down

0 comments on commit f6b08af

Please sign in to comment.