2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00
This commit is contained in:
Matthias 2022-05-19 00:22:00 +02:00
parent 254c2ccca0
commit 734affb983
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -10,7 +10,6 @@ from django.core.exceptions import ValidationError
from InvenTree.helpers import validateFilterString from InvenTree.helpers import validateFilterString
from InvenTree.api_tester import InvenTreeAPITestCase from InvenTree.api_tester import InvenTreeAPITestCase
from .apps import LabelConfig
from .models import StockItemLabel, StockLocationLabel, PartLabel from .models import StockItemLabel, StockLocationLabel, PartLabel
from stock.models import StockItem from stock.models import StockItem