From 4171fe42d9fcc3c82d37287d9c910f64fead388a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 20 Nov 2021 12:47:34 +0100 Subject: [PATCH] docstring --- InvenTree/plugin/urls.py | 1 + 1 file changed, 1 insertion(+) 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'):