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.