From 2e781580992db5bf6eb391f121c7014e13a12ba7 Mon Sep 17 00:00:00 2001 From: Aayush Date: Mon, 7 Nov 2022 15:07:29 -0500 Subject: [PATCH] fix imports --- blockstore/autobatch_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blockstore/autobatch_test.go b/blockstore/autobatch_test.go index 7aae4c350..495c6c4db 100644 --- a/blockstore/autobatch_test.go +++ b/blockstore/autobatch_test.go @@ -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) {