-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mention class lacking implementation in abstract-method
message
#7124
Comments
It's not overridden in |
abstract-method
?abstract-method
message
@jacobtylerwalls Thanks for the comment! Is |
Happy to pick this up but just to verify, is the ask to change this output Method 'make_sound' is abstract in class 'Panther' but is not overridden (abstract-method) to this? Method 'make_sound' is abstract in class 'Panther' but is not overridden in child class ? |
Yes! That makes the error a little bit more actionable! |
Bug description
pylint raise the following error against the code above?
Is this a false positive?
Configuration
No response
Command used
Pylint output
Expected behavior
pylint should not raise
abstract-method
becausemake_sound
is overridden inPanther
?Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: