2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

fix import

This commit is contained in:
Matthias Mair
2022-05-21 02:40:45 +02:00
parent e1ff4b6e87
commit 22adc37242
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
from django.test import TestCase
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from InvenTree.helpers import InvenTreeTestCase
from plugin import InvenTreePlugin
from plugin.mixins import ActionMixin