Closed
Description
Steps to reproduce
Current behavior
Executing the code works, but a false positive error is shown.
E1003: Bad first argument 'B' given to super() (bad-super-call)
Expected behavior
Pylint shouldn't show this error.
pylint --version output
astroid 2.2.5
Python 3.7.3 (default, Mar 26 2019, 21:43:19)
[GCC 8.2.1 20181127]