Refactor template_config generation in Component class
This commit is contained in:
parent
002da172cc
commit
479d6eca8c
1 changed files with 2 additions and 0 deletions
|
|
@ -84,5 +84,7 @@ class Component:
|
|||
if value is not None:
|
||||
template_config[attribute] = func(value=value)
|
||||
|
||||
return template_config
|
||||
|
||||
def build(self, *args: Any, **kwargs: Any) -> Any:
|
||||
raise NotImplementedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue