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
There is a generalized wrong use of classmethod decorator in plugin. In a lot of cases classmethod decorator must be changed by staticmethod decorator. In other cases methods are simply instance methods (no decorator is needed at all).
There is a generalized wrong use of
classmethod
decorator in plugin. In a lot of casesclassmethod
decorator must be changed bystaticmethod
decorator. In other cases methods are simply instance methods (no decorator is needed at all).I've counted 68 use cases to review.
Related docs:
The text was updated successfully, but these errors were encountered: