mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
PEP fix
This commit is contained in:
@ -1153,7 +1153,6 @@ class BomList(generics.ListCreateAPIView):
|
||||
queryset = self.annotate_pricing(queryset)
|
||||
|
||||
return queryset
|
||||
|
||||
|
||||
def annotate_pricing(self, queryset):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user