Skip to content

Commit

Permalink
chore: remove unused imports in proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Mar 1, 2024
1 parent 14e6633 commit 0e7860c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion api/management/v1/haproxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ syntax = "proto3";

package management.v1;

import "google/api/annotations.proto";
import "inventory/v1/agents.proto";
import "inventory/v1/services.proto";
import "management/v1/metrics.proto";
Expand Down
2 changes: 0 additions & 2 deletions api/management/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ syntax = "proto3";
package management.v1;

import "google/api/annotations.proto";
import "inventory/v1/nodes.proto";
import "inventory/v1/services.proto";
import "management/v1/annotation.proto";
import "management/v1/external.proto";
Expand All @@ -15,7 +14,6 @@ import "management/v1/postgresql.proto";
import "management/v1/proxysql.proto";
import "management/v1/rds.proto";
import "protoc-gen-openapiv2/options/annotations.proto";
import "validate/validate.proto";

message RemoveServiceRequest {
// Service type.
Expand Down
1 change: 0 additions & 1 deletion api/qan/v1/object_details.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ syntax = "proto3";

package qan.v1;

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

Expand Down

0 comments on commit 0e7860c

Please sign in to comment.