Skip to content

Commit

Permalink
fixed black
Browse files Browse the repository at this point in the history
  • Loading branch information
Malutthias committed Oct 22, 2024
1 parent 2d4e548 commit 1c96645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logprep/util/auto_rule_tester/auto_rule_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,4 +757,5 @@ def _get_rules_to_add(processor_cfg) -> list:
rules_to_add.append(("generic_rules", processor_cfg["generic_rules"][0]))
rules_to_add.append(("specific_rules", processor_cfg["specific_rules"][0]))

return rules_to_add
return rules_to_add

0 comments on commit 1c96645

Please sign in to comment.