Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436716640
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 23, 2022
1 parent 34b98de commit ab8c7d2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion google/cloud/documentai/v1/document.proto
Expand Up @@ -16,7 +16,6 @@ syntax = "proto3";

package google.cloud.documentai.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/cloud/documentai/v1/geometry.proto";
import "google/protobuf/timestamp.proto";
Expand Down
2 changes: 0 additions & 2 deletions google/cloud/documentai/v1/document_io.proto
Expand Up @@ -16,8 +16,6 @@ syntax = "proto3";

package google.cloud.documentai.v1;

import "google/api/annotations.proto";

option csharp_namespace = "Google.Cloud.DocumentAI.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1;documentai";
option java_multiple_files = true;
Expand Down
Expand Up @@ -24,7 +24,6 @@ import "google/cloud/documentai/v1/document.proto";
import "google/cloud/documentai/v1/document_io.proto";
import "google/cloud/documentai/v1/operation_metadata.proto";
import "google/longrunning/operations.proto";
import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";
import "google/rpc/status.proto";

Expand Down
2 changes: 0 additions & 2 deletions google/cloud/documentai/v1/geometry.proto
Expand Up @@ -16,8 +16,6 @@ syntax = "proto3";

package google.cloud.documentai.v1;

import "google/api/annotations.proto";

option csharp_namespace = "Google.Cloud.DocumentAI.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1;documentai";
option java_multiple_files = true;
Expand Down
1 change: 0 additions & 1 deletion google/cloud/documentai/v1/operation_metadata.proto
Expand Up @@ -17,7 +17,6 @@ syntax = "proto3";
package google.cloud.documentai.v1;

import "google/protobuf/timestamp.proto";
import "google/api/annotations.proto";

option csharp_namespace = "Google.Cloud.DocumentAI.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1;documentai";
Expand Down

0 comments on commit ab8c7d2

Please sign in to comment.