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 470ddb8 commit 2d4e548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logprep/util/auto_rule_tester/auto_rule_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def update_errors(self, processor: PreDetector, extra_output: list, problems: di
problems["warnings"].extend(id_warnings)

def print_rules(self, rules, t_idx=None):
"""Iterate through every printable and assign right processing resulting in
"""Iterate through every printable and assign right processing resulting in
a coloured output
Parameters
Expand All @@ -153,7 +153,7 @@ def print_rules(self, rules, t_idx=None):

@staticmethod
def print_diff_test(key, rule, t_idx=None):
"""Determine right processing for printable: no iterable, indexed and non
"""Determine right processing for printable: no iterable, indexed and non
index queried iterable
Parameters
Expand Down

0 comments on commit 2d4e548

Please sign in to comment.