From 23558e235b542e482f7a3d1e7f975da821dfc981 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 19 Oct 2021 20:58:35 +0200 Subject: [PATCH] PEP fix --- InvenTree/InvenTree/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py index e70dbf8434..d21f7b49c3 100644 --- a/InvenTree/InvenTree/urls.py +++ b/InvenTree/InvenTree/urls.py @@ -43,7 +43,6 @@ from .views import AppearanceSelectView, SettingCategorySelectView from .views import DynamicJsView from common.views import SettingEdit, UserSettingEdit -from common.models import InvenTreeSetting from .api import InfoView, NotFoundView from .api import ActionPluginView