fix import

This commit is contained in:
Matthias 2022-02-13 05:34:06 +01:00
parent 2eda9967a4
commit 491bb0b28f
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -5,7 +5,7 @@ from django.urls import reverse
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group
from common.models import InvenTreeSetting
# from common.models import InvenTreeSetting
class StockViewTestCase(TestCase):