We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215ebfe commit 21561f3Copy full SHA for 21561f3
conditional/blueprints/dashboard.py
@@ -85,6 +85,7 @@ def get_voting_members():
85
return voting_list
86
87
88
+# pylint: disable=too-many-statements
89
@dashboard_bp.route('/dashboard/')
90
def display_dashboard():
91
log = logger.new(user_name=request.headers.get("x-webauth-user"),
0 commit comments