From 3545749c69bfae08a98a96e9fa20356605d1ed19 Mon Sep 17 00:00:00 2001 From: sontrinh16 Date: Mon, 12 Aug 2024 13:47:07 +0700 Subject: [PATCH] lint --- x/authz/authorization_grant_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x/authz/authorization_grant_test.go b/x/authz/authorization_grant_test.go index a74d89639fff..76d50f6c2dfc 100644 --- a/x/authz/authorization_grant_test.go +++ b/x/authz/authorization_grant_test.go @@ -4,9 +4,8 @@ import ( "testing" "time" - "github.com/stretchr/testify/require" - any "github.com/cosmos/gogoproto/types/any" + "github.com/stretchr/testify/require" ) // TODO: remove and use: robert/expect-error