fix: base_classes were being passed incorrectly
This commit is contained in:
parent
f30d2d3330
commit
5125fde38a
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ def build_template_from_function(
|
|||
return {
|
||||
"template": format_dict(variables, name),
|
||||
"description": docs["Description"],
|
||||
"base_classes": get_base_classes(_class),
|
||||
"base_classes": base_classes,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue