mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
another PEP fix
This commit is contained in:
parent
7d160039b1
commit
18cb676ce3
@ -185,7 +185,7 @@ class PluginsRegistry:
|
|||||||
logger.info(f'Collected {len(self.plugin_modules)} plugins!')
|
logger.info(f'Collected {len(self.plugin_modules)} plugins!')
|
||||||
logger.info(", ".join([a.__module__ for a in self.plugin_modules]))
|
logger.info(", ".join([a.__module__ for a in self.plugin_modules]))
|
||||||
# endregion
|
# endregion
|
||||||
|
|
||||||
# region registry functions
|
# region registry functions
|
||||||
def with_mixin(self, mixin: str):
|
def with_mixin(self, mixin: str):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user