From 4fe6562d29b73c870d4d02d761ef4b36697dbc7c Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 22 Jun 2021 16:43:49 +1000 Subject: [PATCH] PEP fixes --- InvenTree/order/test_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/order/test_api.py b/InvenTree/order/test_api.py index 0fb161cf67..24ca8581d9 100644 --- a/InvenTree/order/test_api.py +++ b/InvenTree/order/test_api.py @@ -258,7 +258,6 @@ class SalesOrderTest(OrderTest): self.get(url) - def test_so_operations(self): """ Test that we can create / edit and delete a SalesOrder via the API