2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-09 07:00:56 +00:00

PEP fixes

This commit is contained in:
Oliver
2022-02-17 17:04:51 +11:00
parent 0604e1a127
commit f485bc7d53
3 changed files with 1 additions and 6 deletions

View File

@ -1002,7 +1002,6 @@ class PartList(generics.ListCreateAPIView):
try:
in_bom_for = Part.objects.get(pk=in_bom_for)
# Extract a list of parts within the BOM
bom_parts = in_bom_for.get_parts_in_bom()
print("bom_parts:", bom_parts)