From 18cb676ce3a9bec67d72d6014ddd67469ac1c19e Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 10 Jan 2022 02:17:50 +0100 Subject: [PATCH] another PEP fix --- InvenTree/plugin/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index 8c527a9c52..513407c1ff 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -185,7 +185,7 @@ class PluginsRegistry: logger.info(f'Collected {len(self.plugin_modules)} plugins!') logger.info(", ".join([a.__module__ for a in self.plugin_modules])) # endregion - + # region registry functions def with_mixin(self, mixin: str): """