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

View File

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