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
Here's a snippet with two equivalent decorators (klassmethod1, klassmethod2) that call classmethod slightly differently. klassmethod1 triggers pylint errors while klassmethod2 is fine, but both work when executed.
Steps to reproduce
Here's a snippet with two equivalent decorators (klassmethod1, klassmethod2) that call classmethod slightly differently. klassmethod1 triggers pylint errors while klassmethod2 is fine, but both work when executed.
pylint --version output
The text was updated successfully, but these errors were encountered: