Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence pylint error for class inheriting from NamedTuple
Python 3.9 changed typing.NamedTuple to be a function that can be inherited from. This trips up pylint, cf. pylint-dev/pylint#3876.
- Loading branch information