useless-super-delegation when typing differs #1923
Labels
Enhancement ✨
Improvement to a component
Good first issue
Friendly and approachable by new contributors
Steps to reproduce
This is useful so type-checkers can check that
Spam
is only ever created withint
, whileEgg
s can be created with anything.Current behavior
A warning is emitted:
Useless super delegation in method '__init__' (useless-super-delegation)
.Expected behavior
No warning.
pylint --version output
The text was updated successfully, but these errors were encountered: