2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

another PEP fix

This commit is contained in:
Matthias
2022-01-10 02:17:50 +01:00
parent 7d160039b1
commit 18cb676ce3

View File

@ -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):
"""