From 897dd115f98c549654530b7d445616430216ac90 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 May 2022 04:14:13 +0200 Subject: [PATCH] PEP fix --- InvenTree/plugin/base/label/mixins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/plugin/base/label/mixins.py b/InvenTree/plugin/base/label/mixins.py index 4057ad3bf6..b6c4d53f46 100644 --- a/InvenTree/plugin/base/label/mixins.py +++ b/InvenTree/plugin/base/label/mixins.py @@ -2,6 +2,7 @@ from plugin.helpers import MixinNotImplementedError + class LabelPrintingMixin: """ Mixin which enables direct printing of stock labels.