girisagar46 / FYPFruitClassifier

Function contains unused argument PYL-W0613
Anti-pattern
Major
1 occurrence in this check
41
42
43@app.errorhandler(Exception)
44def all_exception_handler(error):45    return render_template('error.html')
46
47