Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Apr 8, 2024
1 parent ef0bf58 commit d09b5d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions logprep/abc/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ def _apply_rules_wrapper(self, event: dict, rule: "Rule"):
pop_dotted_field_value(event, dotted_field)

@abstractmethod
def _apply_rules(self, event, rule):
... # pragma: no cover
def _apply_rules(self, event, rule): ... # pragma: no cover

def test_rules(self) -> dict:
"""Perform custom rule tests.
Expand Down

0 comments on commit d09b5d6

Please sign in to comment.