reorg import

This commit is contained in:
Geoff Stuart 2022-04-19 13:17:12 -04:00
parent ebf5eb6e28
commit f6b08af337

View File

@ -15,8 +15,6 @@ import (
"os" "os"
"runtime" "runtime"
nr "github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"golang.org/x/xerrors" "golang.org/x/xerrors"
@ -33,6 +31,7 @@ import (
"github.com/filecoin-project/lotus/extern/sector-storage/fr32" "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/partialfile"
"github.com/filecoin-project/lotus/extern/sector-storage/storiface" "github.com/filecoin-project/lotus/extern/sector-storage/storiface"
nr "github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
) )
var _ Storage = &Sealer{} var _ Storage = &Sealer{}