Skip to content

Commit 586e28d

Browse files
Merge pull request #104 from abn/fix-casing
Add missing async/await keywords when casing
2 parents bde6d06 + a8d8159 commit 586e28d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

betterproto/casing.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def safe_snake_case(value: str) -> str:
2020
"and",
2121
"as",
2222
"assert",
23+
"async",
24+
"await",
2325
"break",
2426
"class",
2527
"continue",

0 commit comments

Comments
 (0)