This commit is contained in:
Matthias 2021-11-18 13:13:59 +01:00
parent 000adb357d
commit 5aa146127c
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -33,7 +33,6 @@ from plugin.api import plugin_api_urls
from django.conf import settings from django.conf import settings
from django.conf.urls.static import static from django.conf.urls.static import static
from django.db.utils import OperationalError, ProgrammingError
from django.views.generic.base import RedirectView from django.views.generic.base import RedirectView
from rest_framework.documentation import include_docs_urls from rest_framework.documentation import include_docs_urls
@ -45,8 +44,6 @@ from .views import CurrencyRefreshView
from .views import AppearanceSelectView, SettingCategorySelectView from .views import AppearanceSelectView, SettingCategorySelectView
from .views import DynamicJsView from .views import DynamicJsView
from common.models import InvenTreeSetting
from .api import InfoView, NotFoundView from .api import InfoView, NotFoundView
from .api import ActionPluginView from .api import ActionPluginView