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

@ -4,7 +4,7 @@ from django.urls import reverse
from django.contrib.auth.models import Group
from rest_framework.authtoken.models import Token
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
from users.models import RuleSet, Owner