feat: suffixes in dynamic family should be a jinja function #5

Merged
gremond merged 6 commits from new_dynamic into develop 2024-03-28 09:43:34 +01:00
Showing only changes of commit da499b1e94 - Show all commits

View file

@ -67,7 +67,6 @@ from .object_model import (
from .error import DictConsistencyError
property_types = Union[Literal[True], Calculation]
properties_types = Dict[str, property_types]