Add missing async/await keywords when casing

This commit is contained in:
Arun Babu Neelicattu 2020-07-07 13:15:46 +02:00
parent bde6d06835
commit a8d8159d27

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",