From 8a2a06955fa247e18a3b01e29ee8fc0d27716203 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 20 Nov 2021 15:49:02 +0100 Subject: [PATCH] small fixes --- InvenTree/InvenTree/helpers.py | 1 + InvenTree/plugin/builtin/integration/mixins.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/helpers.py b/InvenTree/InvenTree/helpers.py index 9dd32c694f..fd86306627 100644 --- a/InvenTree/InvenTree/helpers.py +++ b/InvenTree/InvenTree/helpers.py @@ -14,6 +14,7 @@ from wsgiref.util import FileWrapper from django.http import StreamingHttpResponse from django.core.exceptions import ValidationError, FieldError from django.utils.translation import ugettext_lazy as _ + from django.contrib.auth.models import Permission import InvenTree.version diff --git a/InvenTree/plugin/builtin/integration/mixins.py b/InvenTree/plugin/builtin/integration/mixins.py index edf9a2c474..3a6b558db7 100644 --- a/InvenTree/plugin/builtin/integration/mixins.py +++ b/InvenTree/plugin/builtin/integration/mixins.py @@ -1,4 +1,4 @@ -"""default shpping mixins for IntegrationMixins""" +"""default mixins for IntegrationMixins""" from django.conf.urls import url, include from plugin.urls import PLUGIN_BASE