WIP: Add support for TypeAlias and TypeParam
This commit is contained in:
@@ -18,6 +18,7 @@ impl FormatNodeRule<StmtClassDef> for FormatStmtClassDef {
|
||||
bases,
|
||||
keywords,
|
||||
body,
|
||||
type_params: _,
|
||||
decorator_list,
|
||||
} = item;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user