Skip to content

Commit

Permalink
Remove useless override
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Dec 9, 2023
1 parent c77446c commit 57e8cbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pyrosimple/util/matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,6 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.not_null = False

def validate(self):
"""Validate filter condition (template method)."""
super().validate()

def match(self, item) -> bool:
"""Return True if filter matches item."""
val = getattr(item, self._name) or 0
Expand Down

0 comments on commit 57e8cbf

Please sign in to comment.