Fix imports

This commit is contained in:
Geoff Stuart 2022-04-22 14:36:58 +02:00
parent f6b08af337
commit 00015a21d4
2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,6 @@ import (
"sort"
"time"
"github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/filecoin-project/go-padreader"
"github.com/filecoin-project/go-statemachine"
"github.com/ipfs/go-cid"
@ -24,6 +22,7 @@ import (
"github.com/filecoin-project/lotus/chain/types"
sectorstorage "github.com/filecoin-project/lotus/extern/sector-storage"
"github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper"
"github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/filecoin-project/lotus/extern/storage-sealing/sealiface"
)

View File

@ -4,8 +4,6 @@ import (
"bytes"
"context"
"github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
"github.com/ipfs/go-cid"
"golang.org/x/xerrors"
@ -23,6 +21,7 @@ import (
"github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/actors/policy"
"github.com/filecoin-project/lotus/extern/storage-sealing/lib/nullreader"
)
var DealSectorPriority = 1024