Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Jan 17, 2017
1 parent b51222c commit 8554d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignak_backend/app.py
Expand Up @@ -1729,7 +1729,7 @@ def cron_timeseries():


@app.route("/cron_grafana")
def cron_grafana(engine='jsonify'):
def cron_grafana(engine='jsonify'): # pylint: disable=too-many-locals
"""
Cron used to add / update grafana dashboards
Expand Down

0 comments on commit 8554d89

Please sign in to comment.