Refactor template_config generation in Component class

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-22 12:43:53 -03:00
commit 479d6eca8c

View file

@ -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