From 70e9a75f9e832c966c72a9baa965e130fc4e4f14 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 8 Apr 2021 20:14:24 +0200 Subject: [PATCH] fix linter warning --- x/auth/tx/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/auth/tx/service.go b/x/auth/tx/service.go index a4c0706a134b..d91fdcccf1c2 100644 --- a/x/auth/tx/service.go +++ b/x/auth/tx/service.go @@ -6,7 +6,7 @@ import ( "strings" gogogrpc "github.com/gogo/protobuf/grpc" - "github.com/golang/protobuf/proto" //nolint:staticcheck + "github.com/golang/protobuf/proto" "github.com/grpc-ecosystem/grpc-gateway/runtime" "google.golang.org/grpc/codes" "google.golang.org/grpc/status"