fix doc check

This commit is contained in:
gammazero
2023-08-23 19:05:21 -07:00
parent 7774ca0179
commit 03826aac87
+1 -1
View File
@@ -6,7 +6,6 @@ import (
"context"
"testing"
"github.com/filecoin-project/lotus/api"
"github.com/golang/mock/gomock"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
@@ -18,6 +17,7 @@ import (
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/mocks"
"github.com/filecoin-project/lotus/chain/types"
)