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