Skip to content

Commit

Permalink
Small fix in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Malutthias committed Mar 21, 2024
1 parent 879c758 commit 3ca351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logprep/util/auto_rule_tester/auto_rule_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class AutoRuleTester:
_original_config_paths: tuple[str]
""" Path to the original configuration that should be tested """

def __init__(self, config_paths: tuple[str])
def __init__(self, config_paths: tuple[str]):
self._original_config_paths = config_paths

with open(config_paths, "r", encoding="utf8") as yaml_file:
Expand Down

0 comments on commit 3ca351f

Please sign in to comment.