diff --git a/decoimpact/business/workflow/model_builder.py b/decoimpact/business/workflow/model_builder.py index 28a86ab2..4ece1f23 100644 --- a/decoimpact/business/workflow/model_builder.py +++ b/decoimpact/business/workflow/model_builder.py @@ -93,7 +93,7 @@ def _set_default_fields(rule_data: IRuleData, rule: RuleBase): @staticmethod def _create_rule(rule_data: IRuleData) -> IRule: - # TODO: from python >3.10 we can use match/case, better solution + # todo: from python >3.10 we can use match/case, better solution # until then disable pylint. # pylint: disable=too-many-branches if isinstance(rule_data, IMultiplyRuleData):