Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use the filter method of the superclass, if it exists
Python does not pass the object from one parent classes' method to the next, we have to call super() ourselves, if the method exists. Closes: #263
- Loading branch information