diff --git a/InvenTree/plugin/urls.py b/InvenTree/plugin/urls.py index 558197cada..2a6c64b73c 100644 --- a/InvenTree/plugin/urls.py +++ b/InvenTree/plugin/urls.py @@ -8,6 +8,7 @@ PLUGIN_BASE = 'plugin' # Constant for links def get_integration_urls(): + """collect all plugin urls""" urls = [] for plugin in settings.INTEGRATION_PLUGINS.values(): if plugin.mixin_enabled('urls'):