Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jun 22, 2023
1 parent cc207ed commit b8b9158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blockstore/ipfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"io"

rpc "github.com/filecoin-project/kubo-api-client"
iface "github.com/ipfs/boxo/coreiface"
"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/coreiface/path"
Expand All @@ -14,6 +13,8 @@ import (
"github.com/multiformats/go-multiaddr"
"github.com/multiformats/go-multihash"
"golang.org/x/xerrors"

rpc "github.com/filecoin-project/kubo-api-client"
)

type IPFSBlockstore struct {
Expand Down

0 comments on commit b8b9158

Please sign in to comment.