Skip to content

Commit

Permalink
(proto) tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Aug 7, 2023
1 parent 98e82da commit ecf0a04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proto/gk/v1/access.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package gk.v1;

import "gk/v1/common.proto";
import "google/api/annotations.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/struct.proto";

service Access {
Expand Down Expand Up @@ -112,5 +111,4 @@ message AccessRemovePolicyIdentityRequest {
string identity_id = 2;
}

message AccessRemovePolicyIdentityResponse {
}
message AccessRemovePolicyIdentityResponse {}

0 comments on commit ecf0a04

Please sign in to comment.