Skip to content

Commit

Permalink
remove unused conflicting_fields list
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Nov 13, 2024
1 parent 0facf61 commit 827b7f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logprep/processor/grokker/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class Config(FieldManager.Config):
"""

def _apply_rules(self, event: dict, rule: GrokkerRule):
conflicting_fields = []
matches = []
source_values = []
for dotted_field, grok in rule.actions.items():
Expand Down

0 comments on commit 827b7f4

Please sign in to comment.