mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	PEP fixes
This commit is contained in:
		@@ -246,7 +246,6 @@ class StockItem(MPTTModel):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        self.serial_int = serial_int
 | 
					        self.serial_int = serial_int
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
    def save(self, *args, **kwargs):
 | 
					    def save(self, *args, **kwargs):
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        Save this StockItem to the database. Performs a number of checks:
 | 
					        Save this StockItem to the database. Performs a number of checks:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user