You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> python bad.py
Traceback (most recent call last):
File "C:\pylint\doc\data\messages\d\duplicate-bases\bad.py", line 5, in <module>
class Cat(Animal, Animal):
TypeError: duplicate base class Animal