From 529987bb17a05c041cdbf3bbe2a98edda72872fc Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 19:52:56 +0100 Subject: [PATCH] remove unneeded Todo --- InvenTree/plugin/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/plugin/urls.py b/InvenTree/plugin/urls.py index dfcfb79dd0..419dce5a88 100644 --- a/InvenTree/plugin/urls.py +++ b/InvenTree/plugin/urls.py @@ -15,5 +15,4 @@ def get_plugin_urls(): for plugin in plugin_reg.plugins.values(): if plugin.mixin_enabled('urls'): urls.append(plugin.urlpatterns) - # TODO wrap everything in plugin_url_wrapper return url(f'^{PLUGIN_BASE}/', include((urls, 'plugin')))