From 771d82bdc20bb03d74b660395147bcba95ec8bcb Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 2 Mar 2022 23:40:46 +0100 Subject: [PATCH] style fix --- InvenTree/InvenTree/tests.py | 1 - 1 file changed, 1 deletion(-) 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):