Skip to content

Commit

Permalink
Update model_builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Jul 2, 2024
1 parent 51d71c6 commit 244516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoimpact/business/workflow/model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 244516b

Please sign in to comment.