fix: fix 'too-many-locals' for pylint
This commit is contained in:
		
							parent
							
								
									93855e79d1
								
							
						
					
					
						commit
						e5dbc4a98c
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -25,4 +25,3 @@ disable=fixme,
 | 
				
			||||||
        too-few-public-methods,
 | 
					        too-few-public-methods,
 | 
				
			||||||
        too-many-branches,
 | 
					        too-many-branches,
 | 
				
			||||||
        too-many-lines,
 | 
					        too-many-lines,
 | 
				
			||||||
        too-many-locals,
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -655,7 +655,7 @@ class NewOrderBatchHandler(BatchHandler):  # pylint: disable=too-many-public-met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return products
 | 
					        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,
 | 
					        self,
 | 
				
			||||||
        batch,
 | 
					        batch,
 | 
				
			||||||
        product_info,
 | 
					        product_info,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue