From 73707c4e91fd70f418b31d703686803431b87ad7 Mon Sep 17 00:00:00 2001 From: Kasey Rodgers Date: Fri, 4 Nov 2022 09:59:20 -0700 Subject: [PATCH] removing some invalid yml --- tx_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx_test.go b/tx_test.go index a79a82e79..be4201fca 100644 --- a/tx_test.go +++ b/tx_test.go @@ -9,7 +9,7 @@ import ( pilosa "github.com/featurebasedb/featurebase/v3" "github.com/featurebasedb/featurebase/v3/test" - . "github.com/featurebasedb/featurebase/v3/vprint" // nolint:staticcheck + . "github.com/featurebasedb/featurebase/v3/vprint" // nolint:staticcheck,golint,unused ) func queryIRABit(m0api *pilosa.API, acctOwnerID uint64, iraField string, iraRowID uint64, index string) (bit bool) {