fix: fix 'too-many-locals' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:17:23 -05:00
parent 93855e79d1
commit e5dbc4a98c
2 changed files with 1 additions and 2 deletions

View file

@ -25,4 +25,3 @@ disable=fixme,
too-few-public-methods,
too-many-branches,
too-many-lines,
too-many-locals,

View file

@ -655,7 +655,7 @@ class NewOrderBatchHandler(BatchHandler): # pylint: disable=too-many-public-met
return products
def add_item( # pylint: disable=too-many-arguments,too-many-positional-arguments
def add_item( # pylint: disable=too-many-arguments,too-many-positional-arguments,too-many-locals
self,
batch,
product_info,