From 1368b06afa9abe54d117f95afcfb38c954ff70a0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 11 Jan 2021 19:46:17 +1100 Subject: [PATCH] PEP fix --- InvenTree/label/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/label/api.py b/InvenTree/label/api.py index 7d2707828b..48ead2f443 100644 --- a/InvenTree/label/api.py +++ b/InvenTree/label/api.py @@ -231,7 +231,6 @@ class StockLocationLabelMixin: return valid_locations - class StockLocationLabelList(LabelListView, StockLocationLabelMixin): """ API endpoint for viewiing list of StockLocationLabel objects.