Skip to content

Commit fbbf9ef

Browse files
committed
fuck off pylint
1 parent 3a755e6 commit fbbf9ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conditional/blueprints/dashboard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def is_seminar_attendance_valid(attendance):
2727
TechnicalSeminar.id == attendance.seminar_id).first()
2828
return seminar and seminar.approved and seminar.timestamp > start_of_year()
2929

30+
# pylint: disable=too-many-statements
3031
@dashboard_bp.route('/dashboard/')
3132
@auth.oidc_auth
3233
@get_user

0 commit comments

Comments
 (0)