From 352ab34edaa4a24b5a481622a60c5cefa0f3b458 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Apr 2022 00:23:30 +0200 Subject: [PATCH] remove struc docstring --- InvenTree/plugin/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index 141318f05f..8c67f1497d 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -129,7 +129,6 @@ class GenericSettingClassMixin: ) ``` """ - # region generic helpers REFERENCE_NAME = None