From 78cd10f3b9658dc2ffb28cb45faa004d4da9716a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Nov 2021 02:01:31 +0100 Subject: [PATCH] PEP fix --- InvenTree/plugin/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/plugin/urls.py b/InvenTree/plugin/urls.py index c971e920b9..dfcfb79dd0 100644 --- a/InvenTree/plugin/urls.py +++ b/InvenTree/plugin/urls.py @@ -3,7 +3,6 @@ URL lookup for plugin app """ from django.conf.urls import url, include -from plugin.helpers import get_plugin_error from plugin import plugin_reg