WIP: Add support for TypeAlias and TypeParam

This commit is contained in:
Zanie
2023-07-17 17:52:59 -05:00
parent bfaa1f9530
commit e34cfeb475
8 changed files with 202 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ impl FormatNodeRule<StmtClassDef> for FormatStmtClassDef {
bases,
keywords,
body,
type_params: _,
decorator_list,
} = item;