Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Nov 7, 2022
1 parent 385f787 commit 37dc315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions blockstore/autobatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"context"
"testing"

"github.com/stretchr/testify/require"

ipld "github.com/ipfs/go-ipld-format"
"github.com/stretchr/testify/require"
)

func TestAutobatchBlockstore(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import (
"os"
"strconv"

"github.com/ipfs/go-cid"

"github.com/filecoin-project/go-state-types/abi"
actorstypes "github.com/filecoin-project/go-state-types/actors"
"github.com/filecoin-project/go-state-types/network"
"github.com/ipfs/go-cid"

"github.com/filecoin-project/lotus/chain/actors/policy"
)
Expand Down

0 comments on commit 37dc315

Please sign in to comment.