Skip to content

Commit 983e089

Browse files
b1naryth1efnat-n
authored andcommitted
Fix services using non-pythonified field names
1 parent 4a2baf3 commit 983e089

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

betterproto/templates/template.py

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

betterproto/tests/inputs/keywords/keywords.proto

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ message Test {
55
int32 with = 2;
66
int32 as = 3;
77
}
8+
9+
service TestService {
10+
rpc GetTest(Test) returns (Test) {}
11+
}

0 commit comments

Comments
 (0)