Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMPR] Filter does not have to be subclassed
Any instance can be passed which has a filter method with the same semantics: https://docs.python.org/3/library/logging.html?highlight=logging%20filter#logging.Filter This also solves an deepsource PY-A6006 issue. Change-Id: Ic2d3c345725ed33809c484be709f0c3d8b282149
- Loading branch information