Skip to content

Commit

Permalink
fix: Generate Python Code from plugin-pb (#23)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
  • Loading branch information
cq-bot authored Aug 3, 2023
1 parent 3850a51 commit 2753a1a
Show file tree
Hide file tree
Showing 4 changed files with 1,124 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.57.0)",
value = "by gRPC proto compiler (version 1.57.1)",
comments = "Source: cloudquery/discovery/v1/discovery.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DiscoveryGrpc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.57.0)",
value = "by gRPC proto compiler (version 1.57.1)",
comments = "Source: cloudquery/plugin/v3/plugin.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PluginGrpc {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2753a1a

Please sign in to comment.