Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(filters): don't pass self to super().__init__() call
Don't know how this ever worked - self is passed implicitly, and passing it again breaks the filter instance in very subtle ways (but somehow still kept them working in most cases)
- Loading branch information