gootsaud / bike-riding

Method should have self as the first argument PYL-E0213
Anti-pattern
Major
2 years ago2 years old
Method should have "self" as first argument
374        rv = formatter.vformat(s, args, kwargs)
375        return type(s)(rv)
376
377    def call(378        __self,  # noqa: B902
379        __context: Context,
380        __obj: t.Any,