From 00d4efb920568c7cb691cef6e788d5aaf00b05d3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 13 Aug 2021 17:54:17 +0200 Subject: [PATCH] PEP fix --- InvenTree/part/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/part/views.py b/InvenTree/part/views.py index 5d7a083e9b..ee8699dfea 100644 --- a/InvenTree/part/views.py +++ b/InvenTree/part/views.py @@ -1380,7 +1380,6 @@ class PartPricing(AjaxView): ctx['max_total_bom_purchase_price'] = round(max_bom_purchase_price, 3) ctx['max_unit_bom_purchase_price'] = round(max_bom_purchase_price / quantity, 3) - # internal part pricing information internal_part_price = part.get_internal_price(quantity) if internal_part_price is not None: