2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +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

@ -6,7 +6,7 @@ import csv
from django.urls import reverse
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
class BomExportTest(InvenTreeTestCase):

View File

@ -9,7 +9,7 @@ from django.core.exceptions import ValidationError
import os
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
from .models import Part, PartCategory, PartCategoryStar, PartStar, PartTestTemplate
from .models import rename_part_image