forked from anitagraser/pgRoutingLayer
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
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).
I've counted 68 use cases to review.
Related docs:
Reactions are currently unavailable