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
def __new__(metacls, classname, bases, classDict):
Metaclass class method __new__ should have 'mcs' as first argument
first argument of a classmethod should be named 'cls'
so... yeah.
The text was updated successfully, but these errors were encountered:
This should be fixed now; the second warning will be surpressed. I'll make a hotfix release of prospector to include this (and others) soon, and it'll appear in Landscape shortly too.
at https://landscape.io/github/fsr-itse/EvaP/95/modules/evap/evaluation/meta.py#L19 it says
so... yeah.
The text was updated successfully, but these errors were encountered: