Merge pull request #104 from abn/fix-casing

Add missing async/await keywords when casing
This commit is contained in:
Bouke Versteegh 2020-07-07 14:32:51 +02:00 committed by GitHub
commit 586e28d2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ def safe_snake_case(value: str) -> str:
"and", "and",
"as", "as",
"assert", "assert",
"async",
"await",
"break", "break",
"class", "class",
"continue", "continue",