From 5aa146127cfd9584a34cb9e1f5c96af030b6ef52 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 18 Nov 2021 13:13:59 +0100 Subject: [PATCH] PEP fix --- InvenTree/InvenTree/urls.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py index 1f5e87d047..5f815d889a 100644 --- a/InvenTree/InvenTree/urls.py +++ b/InvenTree/InvenTree/urls.py @@ -33,7 +33,6 @@ from plugin.api import plugin_api_urls from django.conf import settings from django.conf.urls.static import static -from django.db.utils import OperationalError, ProgrammingError from django.views.generic.base import RedirectView from rest_framework.documentation import include_docs_urls @@ -45,8 +44,6 @@ from .views import CurrencyRefreshView from .views import AppearanceSelectView, SettingCategorySelectView from .views import DynamicJsView -from common.models import InvenTreeSetting - from .api import InfoView, NotFoundView from .api import ActionPluginView