This commit is contained in:
Matthias 2022-05-15 00:18:31 +02:00
parent f8d3aedb1d
commit a1a1f4debe
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -7,13 +7,12 @@ import os
from django.conf import settings
from django.apps import apps
from django.urls import reverse
from django.core.exceptions import ValidationError
from InvenTree.helpers import validateFilterString
from InvenTree.api_tester import InvenTreeAPITestCase
from .models import StockItemLabel, StockLocationLabel, PartLabel
from .models import StockItemLabel, StockLocationLabel
from stock.models import StockItem