hasgeek / funnel

Method should have self as the first argument PYL-E0213
Anti-pattern
Major
1 occurrence in this check
Method 'jsonify_calendar' should have "self" as first argument
243
244        return ctx
245
246    def jsonify_calendar(jsonData):247        return jsonify(jsonData['projects'])
248
249    @route('calendar', methods=['GET'], endpoint='calendar')