2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

fix more imports

This commit is contained in:
Matthias Mair
2022-05-20 12:53:04 +02:00
parent a6f7a29817
commit 9f922f06ff
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
from django.urls import reverse
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
# from common.models import InvenTreeSetting

View File

@ -2,7 +2,7 @@ from django.db.models import Sum
from django.core.exceptions import ValidationError
import datetime
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
from InvenTree.status_codes import StockHistoryCode