From a42a8641ace7e3ae68a84f0443ed5aa394f9b6f3 Mon Sep 17 00:00:00 2001 From: kovacspe Date: Sat, 14 Dec 2024 10:24:16 +0100 Subject: [PATCH] Disable too-many-lines --- competition/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/competition/views.py b/competition/views.py index 5601b97e..96ffbb4a 100644 --- a/competition/views.py +++ b/competition/views.py @@ -1,3 +1,4 @@ +# pylint:disable=too-many-lines import csv import json import os