diff --git a/.pylintrc b/.pylintrc index b244e0f..941e807 100644 --- a/.pylintrc +++ b/.pylintrc @@ -24,4 +24,3 @@ disable=fixme, singleton-comparison, too-few-public-methods, too-many-branches, - too-many-lines, diff --git a/src/sideshow/batch/neworder.py b/src/sideshow/batch/neworder.py index 4b484ae..38d07b9 100644 --- a/src/sideshow/batch/neworder.py +++ b/src/sideshow/batch/neworder.py @@ -23,6 +23,7 @@ """ New Order Batch Handler """ +# pylint: disable=too-many-lines import datetime import decimal diff --git a/src/sideshow/web/views/orders.py b/src/sideshow/web/views/orders.py index 7e2bba3..6f41034 100644 --- a/src/sideshow/web/views/orders.py +++ b/src/sideshow/web/views/orders.py @@ -23,6 +23,7 @@ """ Views for Orders """ +# pylint: disable=too-many-lines import decimal import json