Merge pull request #8863 from filecoin-project/chore/run-fiximports

chore: fix imports conflict
This commit is contained in:
Łukasz Magiera 2022-06-14 19:11:09 +02:00 committed by GitHub
commit d48b629b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,13 @@ import (
"os" "os"
"strconv" "strconv"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/go-state-types/abi" "github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/network" "github.com/filecoin-project/go-state-types/network"
"github.com/filecoin-project/lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/actors/policy" "github.com/filecoin-project/lotus/chain/actors/policy"
"github.com/ipfs/go-cid"
) )
const BootstrappersFile = "" const BootstrappersFile = ""