diff --git a/logprep/util/auto_rule_tester/auto_rule_tester.py b/logprep/util/auto_rule_tester/auto_rule_tester.py index ddd1098c6..aef1348a6 100644 --- a/logprep/util/auto_rule_tester/auto_rule_tester.py +++ b/logprep/util/auto_rule_tester/auto_rule_tester.py @@ -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: