From ffa6dfe6d54c7e99c6cfd50aa8b3e0d14f6f8bef Mon Sep 17 00:00:00 2001 From: sweexordious Date: Thu, 17 Oct 2024 22:55:40 +0400 Subject: [PATCH] chore: proto lint --- proto/tendermint/rpc/grpc/types.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/tendermint/rpc/grpc/types.proto b/proto/tendermint/rpc/grpc/types.proto index 039793baae..ea20faf910 100644 --- a/proto/tendermint/rpc/grpc/types.proto +++ b/proto/tendermint/rpc/grpc/types.proto @@ -5,7 +5,6 @@ option go_package = "github.com/tendermint/tendermint/rpc/grpc;coregrpc"; import "tendermint/abci/types.proto"; import "tendermint/types/types.proto"; import "tendermint/types/validator.proto"; -import "gogoproto/gogo.proto"; //---------------------------------------- // Request types