mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	PEP fix
This commit is contained in:
		| @@ -2703,7 +2703,6 @@ class BomItem(models.Model, DataImportMixin): | |||||||
|     def get_api_url(): |     def get_api_url(): | ||||||
|         return reverse('api-bom-list') |         return reverse('api-bom-list') | ||||||
|  |  | ||||||
|  |  | ||||||
|     def get_valid_parts_for_allocation(self, allow_variants=True, allow_substitutes=True): |     def get_valid_parts_for_allocation(self, allow_variants=True, allow_substitutes=True): | ||||||
|         """ |         """ | ||||||
|         Return a list of valid parts which can be allocated against this BomItem: |         Return a list of valid parts which can be allocated against this BomItem: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user