From 486893cda5eb08b75ce65b6419a5638732785b70 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Oct 2021 00:42:42 +0200 Subject: [PATCH] type rec for title --- InvenTree/plugins/integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/plugins/integration.py b/InvenTree/plugins/integration.py index 430e0ba975..432fe1c3ac 100644 --- a/InvenTree/plugins/integration.py +++ b/InvenTree/plugins/integration.py @@ -256,6 +256,7 @@ class IntegrationPluginBase(MixinBase, plugin.InvenTreePlugin): The IntegrationPluginBase class is used to integrate with 3rd party software """ PLUGIN_SLUG = None + PLUGIN_TITLE = None AUTHOR = None PUBLISH_DATE = None