fix: fix 'too-many-lines' for pylint
This commit is contained in:
parent
e5dbc4a98c
commit
becf4fa822
3 changed files with 2 additions and 1 deletions
|
@ -24,4 +24,3 @@ disable=fixme,
|
|||
singleton-comparison,
|
||||
too-few-public-methods,
|
||||
too-many-branches,
|
||||
too-many-lines,
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"""
|
||||
New Order Batch Handler
|
||||
"""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
import datetime
|
||||
import decimal
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"""
|
||||
Views for Orders
|
||||
"""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
import decimal
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue