From cd343d224b4d534576750c14d4636b8f9e275899 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 3 Oct 2021 13:44:30 +0200 Subject: [PATCH] PEP fix --- InvenTree/InvenTree/urls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py index 34980b46d0..83e417ab64 100644 --- a/InvenTree/InvenTree/urls.py +++ b/InvenTree/InvenTree/urls.py @@ -48,8 +48,6 @@ from common.views import SettingEdit, UserSettingEdit from .api import InfoView, NotFoundView from .api import ActionPluginView -from plugins import plugins as inventree_plugins - from users.api import user_urls admin.site.site_header = "InvenTree Admin"