Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ConfigWarning not calling class method of child classes
This commit fixes an issue where the parent class `ConfigWarning` has all methods decorated with `staticmethod`, rather than `classmethod`. The class methods should call the child class's method implementation where they are implemented.
- Loading branch information