[fix] unused globals removed II.

dependabot/pip/master/sphinx-6.1.3
Adam Tauber 10 years ago
parent 66f02dc2b6
commit 11f5684b9f

@ -425,7 +425,6 @@ def preferences():
@app.route('/stats', methods=['GET'])
def stats():
"""Render engine statistics page."""
global categories
stats = get_engines_stats()
return render(
'stats.html',

Loading…
Cancel
Save