From 28b811d961f448deab0451ec6f49b3d2f9507300 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 16 May 2022 00:47:00 +1000 Subject: [PATCH] PEP style fixes --- InvenTree/plugin/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index d84136c2bf..130db8d12e 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -23,11 +23,11 @@ class MetadataMixin(models.Model): The intent of this mixin is to provide a metadata field on a model instance, for plugins to read / modify as required, to store any extra information. - + The assumptions for models implementing this mixin are: - The internal InvenTree business logic will make no use of this field - - Multiple plugins may read / write to this metadata field, and not assume they have sole rights + - Multiple plugins may read / write to this metadata field, and not assume they have sole rights """ class Meta: