PEP fix
This commit is contained in:
parent
77c6e5e57e
commit
07d05ed000
|
|
@ -1153,7 +1153,6 @@ class BomList(generics.ListCreateAPIView):
|
|||
queryset = self.annotate_pricing(queryset)
|
||||
|
||||
return queryset
|
||||
|
||||
|
||||
def annotate_pricing(self, queryset):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue