From b1380687e6be844a5291515a3e975b8717752777 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 23 Sep 2019 19:31:50 +1000 Subject: [PATCH] PEP --- InvenTree/order/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/order/views.py b/InvenTree/order/views.py index 5ae955b3c8..01ad682e6a 100644 --- a/InvenTree/order/views.py +++ b/InvenTree/order/views.py @@ -254,7 +254,6 @@ class PurchaseOrderReceive(AjaxUpdateView): return lines - def get(self, request, *args, **kwargs): """ Respond to a GET request. Determines which parts are outstanding, and presents a list of these parts to the user.