2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +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 datetime import datetime, timedelta
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
from .models import Build
from stock.models import StockItem