reorder imports

This commit is contained in:
laser
2020-04-06 13:27:14 -07:00
parent dcd9e7da27
commit f53250ee90
6 changed files with 15 additions and 16 deletions
+3 -4
View File
@@ -4,17 +4,16 @@ import (
"bytes"
"context"
"github.com/filecoin-project/lotus/storage/sealing"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-fil-markets/storagemarket"
sectorstorage "github.com/filecoin-project/sector-storage"
"github.com/filecoin-project/sector-storage/stores"
"github.com/filecoin-project/specs-actors/actors/abi"
"github.com/filecoin-project/lotus/chain/types"
sectorstorage "github.com/filecoin-project/sector-storage"
"github.com/filecoin-project/sector-storage/stores"
"github.com/filecoin-project/lotus/storage/sealing"
)
// StorageMiner is a low-level interface to the Filecoin network storage miner node