-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(proto): update to latest proto files #183
Conversation
Signed-off-by: Dipendu Ghosh <[email protected]> Signed-off-by: dipendughosh <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #183 +/- ##
==========================================
+ Coverage 34.82% 34.92% +0.10%
==========================================
Files 27 27
Lines 1944 1947 +3
==========================================
+ Hits 677 680 +3
Misses 1267 1267 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,4 @@ | |||
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! | |||
"""Client and server classes corresponding to protobuf-defined services.""" | |||
import grpc |
Check notice
Code scanning / CodeQL
Unused import Note
@@ -0,0 +1,4 @@ | |||
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! | |||
"""Client and server classes corresponding to protobuf-defined services.""" | |||
import grpc |
Check notice
Code scanning / CodeQL
Unused import Note
from google.protobuf.internal import builder as _builder | ||
# @@protoc_insertion_point(imports) | ||
|
||
_sym_db = _symbol_database.Default() |
Check notice
Code scanning / CodeQL
Unused global variable Note
from google.protobuf.internal import builder as _builder | ||
# @@protoc_insertion_point(imports) | ||
|
||
_sym_db = _symbol_database.Default() |
Check notice
Code scanning / CodeQL
Unused global variable Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved - one minor change to the latest is that the version of the protobuf python generator is moved to 4.25.2 from this version 4.25.1. Its only a comment change on the version of the generation function, so approving to get the latest changes in the pydpu.
Signed-off-by: Dipendu Ghosh [email protected]