another PEP fix

This commit is contained in:
Matthias 2022-01-10 02:17:50 +01:00
parent 7d160039b1
commit 18cb676ce3
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

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