mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
f504dfe797
commit
6dec8ba113
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user