diff --git a/InvenTree/InvenTree/tests.py b/InvenTree/InvenTree/tests.py index 9747a6741f..eb6f3e6605 100644 --- a/InvenTree/InvenTree/tests.py +++ b/InvenTree/InvenTree/tests.py @@ -25,7 +25,6 @@ import InvenTree.tasks from stock.models import StockLocation from common.settings import currency_codes -from plugin.helpers import IntegrationPluginError class ValidatorTest(TestCase):