Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 440384445
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 8, 2022
1 parent 6a276f6 commit 97350b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion google/cloud/pubsublite/v1/common.proto
Expand Up @@ -19,7 +19,6 @@ package google.cloud.pubsublite.v1;
import "google/api/resource.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/timestamp.proto";
import "google/api/annotations.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.PubSubLite.V1";
Expand Down
1 change: 0 additions & 1 deletion google/cloud/pubsublite/v1/publisher.proto
Expand Up @@ -17,7 +17,6 @@ syntax = "proto3";
package google.cloud.pubsublite.v1;

import "google/cloud/pubsublite/v1/common.proto";
import "google/api/annotations.proto";
import "google/api/client.proto";

option cc_enable_arenas = true;
Expand Down
1 change: 0 additions & 1 deletion google/cloud/pubsublite/v1/subscriber.proto
Expand Up @@ -18,7 +18,6 @@ package google.cloud.pubsublite.v1;

import "google/api/field_behavior.proto";
import "google/cloud/pubsublite/v1/common.proto";
import "google/api/annotations.proto";
import "google/api/client.proto";

option cc_enable_arenas = true;
Expand Down

0 comments on commit 97350b3

Please sign in to comment.