type rec for title

This commit is contained in:
Matthias 2021-10-05 00:42:42 +02:00
parent af66da4199
commit 486893cda5
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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