Skip to content

Commit

Permalink
unixfs, unixfs/feather: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Nov 18, 2023
1 parent 6cdc275 commit ca14179
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions unixfs/feather/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ import (
"net/http"

"github.com/ipfs/boxo/unixfs"
blocks "github.com/ipfs/go-block-format"
"golang.org/x/exp/slices"

"github.com/ipfs/boxo/verifcid"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
mh "github.com/multiformats/go-multihash"
"golang.org/x/exp/slices"
)

func cidStringTruncate(c cid.Cid) string {
Expand Down

0 comments on commit ca14179

Please sign in to comment.